Color pallettes and hide header mode

This commit is contained in:
Francesco 2024-06-29 21:29:58 +02:00
parent dc00765abd
commit a0d1480b4e
3 changed files with 35 additions and 0 deletions

View file

@ -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>