forked from blek/world
print description inside a blog post
This commit is contained in:
parent
bd1311123e
commit
a4c4324538
|
@ -2,7 +2,10 @@
|
|||
|
||||
{% block content %}
|
||||
|
||||
<h2>{{ page.title }}</h2>
|
||||
<h2 style='margin-bottom:0'>{{ page.title }}</h2>
|
||||
{% if page.description %}
|
||||
<h4 style='margin-top:0;font-size:80%'>{{ page.description }}</h4>
|
||||
{% endif %}
|
||||
<noscript>
|
||||
Your browser doesn't support JS. This is so cool!
|
||||
</noscript>
|
||||
|
@ -12,4 +15,4 @@
|
|||
{{ page.content | safe }}
|
||||
</div>
|
||||
|
||||
{% endblock content %}
|
||||
{% endblock content %}
|
||||
|
|
Loading…
Reference in New Issue