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
9ae22977
Commit
9ae22977
authored
Sep 05, 2014
by
svilayphiou
Browse files
Ajouté le "type" dans bodyclasses pour styler plus facilement les
publications avec la fonte Nasa.
parent
eb8894e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
relearn/templates/pad-print.html
View file @
9ae22977
...
...
@@ -28,6 +28,8 @@
{% block data_article %}{{ meta.authors|natural_join:'
&
' }}, {{ meta.title.0|markdown_filter|no_p }}{% endblock %}
{% block bodyclasses%}{% if meta.type %}{{ meta.type.0|lower }}{% endif %}{% endblock %}
{% block content %}
<header
class=
"{% if meta.type %}{{ meta.type.0|lower }}{% endif %}"
>
{% if meta.authors %}
...
...
relearn/templates/pad-read.html
View file @
9ae22977
...
...
@@ -26,6 +26,8 @@
{% 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 title_left %}
{% if prev_page %}
<div
id=
"previous"
>
<a
href=
"{{ prev_page.href }}"
title=
"{{ prev_page.authors|natural_join:'&' }}, {{ prev_page.title }}"
>
←
<br/>
...
...
Write
Preview
Markdown
is supported
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