forked from github/pelican
feat: add work in progress state
This commit is contained in:
parent
84db21c724
commit
de5b3aec04
14 changed files with 2537 additions and 37 deletions
|
|
@ -3,7 +3,9 @@
|
|||
{% block title %}{{ SITENAME|striptags }} - Archives{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Archives for {{ SITENAME }}</h2>
|
||||
<h2>Blog post archive</h2>
|
||||
|
||||
All blog posts ever published.
|
||||
|
||||
<dl>
|
||||
{% for article in dates %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue