Various color and layout tweaks
Some checks failed
Deploy to Netlify / Deploy Hugo site to Netlify (push) Failing after 2s
Some checks failed
Deploy to Netlify / Deploy Hugo site to Netlify (push) Failing after 2s
This commit is contained in:
@ -6,9 +6,9 @@
|
||||
{{ partial "site-navigation.html" . }}
|
||||
<div class="tc-l pv6 ph3 ph4-ns">
|
||||
{{ if not .Params.omit_header_text }}
|
||||
<div class="f2 f1-l fw2 white-90 mb0 lh-title">{{ .Title | default .Site.Title }}</div>
|
||||
<div class="f2 f1-l fw2 black mb0 lh-title">{{ .Title | default .Site.Title }}</div>
|
||||
{{ with .Params.description }}
|
||||
<div class="fw1 f5 f3-l white-80 measure-wide-l center lh-copy mt3 mb4">
|
||||
<div class="fw1 f5 f3-l black measure-wide-l center lh-copy mt3 mb4">
|
||||
{{ . }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user