git.p6c8.net
/
pcdenotes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added license file
[pcdenotes.git]
/
notes
/
templates
/
archive_year.html
diff --git
a/notes/templates/archive_year.html
b/notes/templates/archive_year.html
index ec643289ad661858a5f06c83269d1b849b72e81e..826086acd3891125a2ce91f7e33c6b5a0dbf2212 100644
(file)
--- a/
notes/templates/archive_year.html
+++ b/
notes/templates/archive_year.html
@@
-5,5
+5,13
@@
{% block content %}
<h2>Archive {{ year }}</h2>
{% block content %}
<h2>Archive {{ year }}</h2>
-
+{% if months %}
+<ul>
+ {% for month in months %}
+ <li><a href="{{ month }}/">{{ month }}</a></li>
+ {% endfor %}
+</ul>
+{% else %}
+<p>No notes</p>
+{% endif %}
{% endblock %}
\ No newline at end of file
{% endblock %}
\ No newline at end of file
patrick-canterino.de