1
0
mirror of https://github.com/meineerde/holgerjust.de.git synced 2025-10-17 17:01:01 +00:00
holgerjust.de/source/tag.html.haml
2015-12-06 14:34:08 +01:00

22 lines
620 B
Plaintext

---
pageable: true
per_page: 6
---
%header.main-header.tag-head{cover}
%nav.main-nav.overlay.clearfix
- if blog_settings.logo.present?
%a.blog-logo{href: home_path}
= image_tag blog_settings.logo, alt: blog_settings.name
- if blog_settings.navigation
%a.menu-button.icon-menu{href: '#'}
%span.word Menu
.vertical
.main-header-content.inner
%h1.page-title= tagname
%h2.page-description= pluralize(page_articles.count, 'post')
%main#content.content{role: :main}
= partial(:page_articles,
locals: { page_articles: page_articles, paginate: paginate })