forked from github/pelican
Year and month in URL. Issue #145
This commit is contained in:
parent
6611107e48
commit
068a3d2f1d
4 changed files with 18 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{% block content %}
|
||||
<section id="content" class="body">
|
||||
<article>
|
||||
<header> <h1 class="entry-title"><a href="{{ article.url }}"
|
||||
<header> <h1 class="entry-title"><a href="{{ pagename }}"
|
||||
rel="bookmark" title="Permalink to {{ article.title }}">{{ article.title
|
||||
}}</a></h1> {% include 'twitter.html' %} </header>
|
||||
<div class="entry-content">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue