mirror of
https://github.com/tomfran/typo.git
synced 2025-04-26 05:29:54 +03:00
Color pallettes and hide header mode
This commit is contained in:
parent
dc00765abd
commit
a0d1480b4e
3 changed files with 35 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
{{/* Header */}}
|
||||
|
||||
<div class="header">
|
||||
|
||||
{{ if or (not (.Param "hideHeader")) .IsHome }}
|
||||
|
||||
<h1 class="header-title">{{ site.Title }}</h1>
|
||||
|
||||
<div class="flex">
|
||||
|
@ -17,4 +20,6 @@
|
|||
{{ end }}
|
||||
</div>
|
||||
|
||||
{{ end }}
|
||||
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue