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
|
|
@ -3,7 +3,9 @@
|
|||
{% block content %}
|
||||
<section id="content" class="body">
|
||||
<article>
|
||||
<header> <h2 class="entry-title"><a href="{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title }}">{{ article.title }}</a></h2> </header>
|
||||
<header> <h1 class="entry-title"><a href="{{ article.url }}"
|
||||
rel="bookmark" title="Permalink to {{ article.title }}">{{ article.title
|
||||
}}</a></h1> </header>
|
||||
<div class="entry-content">
|
||||
<footer class="post-info">
|
||||
<abbr class="published" title="{{ article.date.isoformat() }}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue