Changes
This commit is contained in:
parent
60a9cdeec3
commit
19ae37327f
File diff suppressed because one or more lines are too long
|
@ -1,8 +1,8 @@
|
|||
{{!< default}}
|
||||
|
||||
{{> header}}
|
||||
|
||||
{{#author}}
|
||||
{{> header background=cover_image}}
|
||||
|
||||
{{> hero background=cover_image}}
|
||||
<div class="m-hero__content" data-aos="fade-down">
|
||||
{{#if profile_image}}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{{!< default}}
|
||||
|
||||
{{> header}}
|
||||
|
||||
{{#post}}
|
||||
{{> header background=feature_image}}
|
||||
|
||||
{{> hero background=feature_image}}
|
||||
<div class="m-hero__content" data-aos="fade-down">
|
||||
<h1 class="m-hero-title">{{title}}</h1>
|
||||
|
|
|
@ -7,6 +7,11 @@
|
|||
<button class="m-icon-button in-mobile-topbar js-open-menu" aria-label="Open menu">
|
||||
<span class="icon-menu"></span>
|
||||
</button>
|
||||
{{#if @site.logo}}
|
||||
<a href="{{@site.url}}" class="m-logo in-mobile-topbar">
|
||||
<img src="{{@site.logo}}" alt="{{@site.title}}">
|
||||
</a>
|
||||
{{/if}}
|
||||
<button class="m-icon-button in-mobile-topbar js-open-search" aria-label="Open search">
|
||||
<span class="icon-search"></span>
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue