diff options
author | Leonardo Santiago <[email protected]> | 2024-06-01 17:30:03 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-06-01 17:30:03 -0300 |
commit | 2ddbc2b056af0585b905606a2c6887d43f9c3b01 (patch) | |
tree | bfe1531d2cb9e5728c3d7038f2c086616efd539c /layouts/partials/header.html | |
parent | 735b245871d94cb6ace8913cd1370b02b5aeb28b (diff) |
localize bearblog, update some UI
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r-- | layouts/partials/header.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..a7928a6 --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,6 @@ +<nav> + <a href="{{ "" | relURL }}" class="title"> + <h2 style="display:inline">{{ .Site.Title }}</h2> + </a> + {{- partial "nav.html" . -}} +</nav> |