themes
This commit is contained in:
parent
edf883c2f6
commit
3b5262ab5e
101 changed files with 7668 additions and 13930 deletions
18
themes/pelican-striped-html5up/templates/archives.html
Normal file
18
themes/pelican-striped-html5up/templates/archives.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<div id="content">
|
||||
<div class="inner">
|
||||
<article class="box post post-excerpt">
|
||||
<h2>Archives for {{ SITENAME }}</h2>
|
||||
|
||||
<header>
|
||||
{% for article in dates %}
|
||||
<h2>{{ article.locale_date }}</h2>
|
||||
<p><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></p>
|
||||
<p>{{article.headline}}</p>
|
||||
{% endfor %}
|
||||
</header>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue