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}}
|
{{!< default}}
|
||||||
|
|
||||||
{{> header}}
|
|
||||||
|
|
||||||
{{#author}}
|
{{#author}}
|
||||||
|
{{> header background=cover_image}}
|
||||||
|
|
||||||
{{> hero background=cover_image}}
|
{{> hero background=cover_image}}
|
||||||
<div class="m-hero__content" data-aos="fade-down">
|
<div class="m-hero__content" data-aos="fade-down">
|
||||||
{{#if profile_image}}
|
{{#if profile_image}}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{{!< default}}
|
{{!< default}}
|
||||||
|
|
||||||
{{> header}}
|
|
||||||
|
|
||||||
{{#post}}
|
{{#post}}
|
||||||
|
{{> header background=feature_image}}
|
||||||
|
|
||||||
{{> hero background=feature_image}}
|
{{> hero background=feature_image}}
|
||||||
<div class="m-hero__content" data-aos="fade-down">
|
<div class="m-hero__content" data-aos="fade-down">
|
||||||
<h1 class="m-hero-title">{{title}}</h1>
|
<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">
|
<button class="m-icon-button in-mobile-topbar js-open-menu" aria-label="Open menu">
|
||||||
<span class="icon-menu"></span>
|
<span class="icon-menu"></span>
|
||||||
</button>
|
</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">
|
<button class="m-icon-button in-mobile-topbar js-open-search" aria-label="Open search">
|
||||||
<span class="icon-search"></span>
|
<span class="icon-search"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
4
tag.hbs
4
tag.hbs
|
@ -1,8 +1,8 @@
|
||||||
{{!< default}}
|
{{!< default}}
|
||||||
|
|
||||||
{{> header}}
|
|
||||||
|
|
||||||
{{#tag}}
|
{{#tag}}
|
||||||
|
{{> header background=feature_image}}
|
||||||
|
|
||||||
{{> hero background=feature_image}}
|
{{> hero background=feature_image}}
|
||||||
<div class="m-hero__content" data-aos="fade-down">
|
<div class="m-hero__content" data-aos="fade-down">
|
||||||
<h1 class="m-hero-title">{{name}}</h1>
|
<h1 class="m-hero-title">{{name}}</h1>
|
||||||
|
|
Loading…
Reference in a new issue