diff options
| author | Francesco <tomaselli.fr@gmail.com> | 2024-06-29 21:29:58 +0200 | 
|---|---|---|
| committer | Francesco <tomaselli.fr@gmail.com> | 2024-06-29 21:29:58 +0200 | 
| commit | cd7ee44e5e1b46fe3fcbbb7e414ce4c4a9a3b4fd (patch) | |
| tree | 7eecd129e3e35ec6adaa5f6170c73637eb369d80 /layouts/partials | |
| parent | 4ac3b47efc319befa46ef7065eaeb605f76680d6 (diff) | |
Color pallettes and hide header mode
Diffstat (limited to 'layouts/partials')
| -rw-r--r-- | layouts/partials/header.html | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 21f73a5..8933883 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -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>
\ No newline at end of file | 
