mirror of
https://github.com/meineerde/holgerjust.de.git
synced 2025-10-17 17:01:01 +00:00
Hide the index byline on later pages
This commit is contained in:
parent
9a4a22ee29
commit
ab8b1d8bc3
@ -16,9 +16,10 @@ cover_license: '[Cover Image](https://unsplash.com/photos/2ShvY8Lf6l0) by [Lukas
|
|||||||
.main-header-content.inner
|
.main-header-content.inner
|
||||||
%h1.page-title= blog_settings.name
|
%h1.page-title= blog_settings.name
|
||||||
%h2.page-description= blog_settings.description
|
%h2.page-description= blog_settings.description
|
||||||
%section.byline
|
- unless page_class == 'paged'
|
||||||
%span= "by #{link_to blog_author.name, author_path}"
|
%section.byline
|
||||||
= partial(:profile_links, locals: {author: blog_author.name})
|
%span= "by #{link_to blog_author.name, author_path}"
|
||||||
|
= partial(:profile_links, locals: {author: blog_author.name})
|
||||||
|
|
||||||
%a.scroll-down.icon-arrow-left{href: '#content', data: {offset: '45'}}
|
%a.scroll-down.icon-arrow-left{href: '#content', data: {offset: '45'}}
|
||||||
%span.hidden Scroll Down
|
%span.hidden Scroll Down
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user