mirror of
https://github.com/meineerde/holgerjust.de.git
synced 2025-10-17 17:01:01 +00:00
28 lines
855 B
Plaintext
28 lines
855 B
Plaintext
---
|
|
pageable: true
|
|
cover: cover.jpg
|
|
cover_license: '[Cover Image](https://unsplash.com/photos/2ShvY8Lf6l0) by [Lukasz Szmigiel](https://unsplash.com/szmigieldesign), [CC Zero 1.0](https://unsplash.com/license)'
|
|
---
|
|
|
|
%header.main-header.tag-head{cover}
|
|
%nav.main-nav.overlay.clearfix
|
|
%a.home-button.icon-angle-left{href: home_path}
|
|
%span.word Home
|
|
- if blog_settings.navigation
|
|
%a.menu-button.icon-menu{href: '#'}
|
|
%span.word Menu
|
|
.vertical
|
|
.main-header-content.inner
|
|
%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}
|
|
= partial(:page_articles,
|
|
locals: { page_articles: page_articles, paginate: paginate })
|