header
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
title = "Notre-Dame de Paris"
|
title = "zec-qt-wallet"
|
||||||
baseURL = "https://example.com"
|
baseURL = "https://zecqtwallet.com"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
theme = "ananke"
|
theme = "ananke"
|
||||||
|
|
||||||
|
|||||||
@@ -4,15 +4,18 @@
|
|||||||
<div style="padding: 50px; text-align: center;">
|
<div style="padding: 50px; text-align: center;">
|
||||||
<img src="{{ $featured_image }}" style="max-width: 800px;"></img>
|
<img src="{{ $featured_image }}" style="max-width: 800px;"></img>
|
||||||
</div>
|
</div>
|
||||||
<div class="{{ .Site.Params.cover_dimming_class | default "bg-black-60" }}">
|
<div class="{{ .Site.Params.cover_dimming_class | default "bg-black-80" }}">
|
||||||
<div class="tc-l pv4 pv3-l ph3 ph4-ns">
|
<div class="tc-l pv4 pv3-l ph3 ph4-ns">
|
||||||
<h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
|
<h1 class="f2 f-subheadline-l fw2 white-90 mb0 mt0 lh-title">
|
||||||
{{ .Title | default .Site.Title }}
|
{{ .Title | default .Site.Title }}
|
||||||
</h1>
|
</h1>
|
||||||
{{ with .Params.description }}
|
{{ with .Params.description }}
|
||||||
<h2 class="fw1 f5 f3-l white-80 measure-wide-l center mt3">
|
<h2 class="fw1 f5 f3-l white-80 measure-wide-l center mt3">
|
||||||
{{ . }}
|
{{ . }}
|
||||||
</h2>
|
</h2>
|
||||||
|
<h2 class="fw1 f5 f3-l white-80 measure-wide-l center mt3">
|
||||||
|
<a href="/" class="link f3 pv2 ph3 br3 bg-light-red white w4 tc">Download</a>
|
||||||
|
</h2>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user