1
0
mirror of https://github.com/meineerde/holgerjust.de.git synced 2025-10-17 17:01:01 +00:00

Introduce yearly archive pages

This commit is contained in:
Holger Just 2017-12-21 16:47:18 +01:00
parent 6077ee1227
commit 5570c29923
2 changed files with 9 additions and 2 deletions

View File

@ -60,7 +60,8 @@ activate :blog do |blog|
blog.day_link = "{year}/{month}/{day}.html"
blog.default_extension = ".md.erb"
blog.tag_template = "tag.html"
blog.tag_template = "list.html"
blog.year_template = "list.html"
# blog.calendar_template = "calendar.html"
# Enable pagination

View File

@ -13,7 +13,13 @@ cover_license: '[Cover Image](https://unsplash.com/photos/2ShvY8Lf6l0) by [Lukas
%span.word Menu
.vertical
.main-header-content.inner
%h1.page-title= tagname
%h1.page-title
- case page_type
- when 'tag'
= tagname
- when 'year'
Archive for
= year
%h2.page-description= pluralize(page_articles.count, 'post')
%main#content.content{role: :main}