mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
Merge e76efc7ac5de0d1eda36e871f75a79419dd7ad90 into d5b87cb15e820e3ee8335363b26f4fcbf0e8d783
This commit is contained in:
commit
af5adb5f01
@ -6,9 +6,13 @@
|
|||||||
<div class="bg-black-60">
|
<div class="bg-black-60">
|
||||||
{{ partial "site-navigation.html" .}}
|
{{ partial "site-navigation.html" .}}
|
||||||
<div class="tc-l pv4 pv6-l ph3 ph4-ns">
|
<div class="tc-l pv4 pv6-l ph3 ph4-ns">
|
||||||
|
{{ if .Site.Params.logo }}
|
||||||
|
<img src="{{ .Site.Params.logo }}" class="w-third-ns" alt="{{ .Title | default .Site.Title }}" />
|
||||||
|
{{ else }}
|
||||||
<h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
|
<h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
|
||||||
{{ .Title | default .Site.Title }}
|
{{ .Title | default .Site.Title }}
|
||||||
</h1>
|
</h1>
|
||||||
|
{{ end }}
|
||||||
{{ 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">
|
||||||
{{ . }}
|
{{ . }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user