|
|
@ -14,7 +14,7 @@ title : Archive |
|
|
|
|
|
|
|
|
|
|
|
{% if forloop.first %} |
|
|
|
{% if forloop.first %} |
|
|
|
<h1 id="{{this_year}}">{{this_year}}</h1> |
|
|
|
<h1 id="{{this_year}}">{{this_year}}</h1> |
|
|
|
<h2 id ="{{this_year}}:{{this_month_num}}">{{this_month}}</h2> |
|
|
|
<h3 id ="{{this_year}}:{{this_month_num}}">{{this_month}}</h3> |
|
|
|
<ul> |
|
|
|
<ul> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
@ -26,12 +26,12 @@ title : Archive |
|
|
|
{% if this_year != next_year %} |
|
|
|
{% if this_year != next_year %} |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
<h1 id="{{ next_year }}">{{next_year}}</h1> |
|
|
|
<h1 id="{{ next_year }}">{{next_year}}</h1> |
|
|
|
<h2 id="{{ next_year }}:{{ next_month }}">{{next_month}}</h2> |
|
|
|
<h3 id="{{ next_year }}:{{ next_month }}">{{next_month}}</h3> |
|
|
|
<ul> |
|
|
|
<ul> |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
{% if this_month != next_month %} |
|
|
|
{% if this_month != next_month %} |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
<h2 id="{{ next_year }}:{{ next_month }}">{{next_month}}</h2> |
|
|
|
<h3 id="{{ next_year }}:{{ next_month }}">{{next_month}}</h3> |
|
|
|
<ul> |
|
|
|
<ul> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|