Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
tools.ethertoff
Commits
c388f0cb
Commit
c388f0cb
authored
Sep 12, 2014
by
svilayphiou
Browse files
host metadata as a bodyclass
parent
bb4fab3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
relearn/templates/pad-read.html
View file @
c388f0cb
...
...
@@ -31,7 +31,7 @@
{% block data_article %}{{ meta.authors|natural_join:'
&
'|markdown_filter|no_p }}, {{ meta.title.0 }}{% endblock %}
{% block bodyclasses%}{% if meta.type %}{{ meta.type.0|lower }}{% endif %}{% endblock %}
{% block bodyclasses%}{% if
meta.host %}{{ meta.host.0|lower }}{% endif %} {% if
meta.type %}{{ meta.type.0|lower }}{% endif %}{% endblock %}
{% block title_left %}
{% if prev_page %}
<div
id=
"previous"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment