Browse Source

header

import_zecw
adityapk00 5 years ago
parent
commit
27d7bda34f
  1. 4
      docs/website/config.toml
  2. 7
      docs/website/themes/ananke/layouts/partials/site-header.html

4
docs/website/config.toml

@ -1,5 +1,5 @@
title = "Notre-Dame de Paris"
baseURL = "https://example.com"
title = "zec-qt-wallet"
baseURL = "https://zecqtwallet.com"
languageCode = "en-us"
theme = "ananke"

7
docs/website/themes/ananke/layouts/partials/site-header.html

@ -4,15 +4,18 @@
<div style="padding: 50px; text-align: center;">
<img src="{{ $featured_image }}" style="max-width: 800px;"></img>
</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">
<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 }}
</h1>
{{ with .Params.description }}
<h2 class="fw1 f5 f3-l white-80 measure-wide-l center mt3">
{{ . }}
</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 }}
</div>
</div>

Loading…
Cancel
Save