This commit is contained in:
Eduardo Gomez 2019-02-25 17:14:38 +01:00
parent 60a9cdeec3
commit 19ae37327f
5 changed files with 12 additions and 7 deletions

File diff suppressed because one or more lines are too long

View file

@ -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}}

View file

@ -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>

View file

@ -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>

View file

@ -1,8 +1,8 @@
{{!< default}}
{{> header}}
{{#tag}}
{{> header background=feature_image}}
{{> hero background=feature_image}}
<div class="m-hero__content" data-aos="fade-down">
<h1 class="m-hero-title">{{name}}</h1>