hugo-theme-apache2/layouts/partials/header.html
2023-03-22 16:56:34 +01:00

8 lines
No EOL
208 B
HTML

<header>
<div class="section_header section_header_red">
{{- if .Title }}{{ .Title }} | {{ end }}{{ .Site.Title }}
</div>
<div id="encrypt">
encrypt everything
</div>
</header>