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

15 lines
465 B
Plaintext

= wrap_layout :layout do
%header.main-header.post-head{cover}
%nav.main-nav.clearfix{class: cover? ? 'overlay' : nil}
%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
%main.content{role: :main}
%article.post
%header.post-header
%h1.post-title= current_page.data.title
%section.post-content= yield