AppService/_layouts/archive-year.html

15 строки
427 B
HTML
Исходник Обычный вид История

2019-10-19 03:49:54 +03:00
---
layout: archive
2019-10-19 03:49:54 +03:00
---
{{content}}
<h1>Posts from {{ page.date | date: "%Y" }}</h1>
<section id="{{ page.type }}" class="taxonomy__section">
<div class="entries-list">
{% for post in page.posts %}
{% include archive-single.html %}
{% endfor %}
</div>
<a href="#page-title" class="back-to-top">{{ site.data.ui-text[site.locale].back_to_top | default: 'Back to Top' }} &uarr;</a>
</section>