1
0
Fork 0
forked from github/pelican

Minor theme changes.

This commit is contained in:
Alexis Metaireau 2010-10-31 15:00:45 +00:00
commit 091d8a2705
4 changed files with 30 additions and 20 deletions

View file

@ -2,7 +2,7 @@
{% block title %}{{ page.title }}{% endblock %}
{% block content %}
<section id="content" class="body">
<h2>{{ page.title }}</h2>
<h1 class="entry-title">{{ page.title }}</h1>
{{ page.content }}
</section>
{% endblock %}