forked from github/pelican
Minor theme changes.
This commit is contained in:
parent
4743678bc9
commit
091d8a2705
4 changed files with 30 additions and 20 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue