From 6758a1a26de82a6dc3661db880513cba75f01110 Mon Sep 17 00:00:00 2001 From: leiyu3 Date: Thu, 17 Jul 2025 11:47:55 -0400 Subject: init commit --- layouts/partials/header.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 layouts/partials/header.html (limited to 'layouts/partials/header.html') diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..c9d4310 --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,25 @@ +{{/* Header */}} + +
+ + {{ if or (not (.Param "hideHeader")) .IsHome }} + +

{{ site.Title }}

+ +
+ {{ $currentPage := . }} + + {{ with site.Params.menu }} + {{ range . }} +

+ + /{{.name }} + +

+ {{ end }} + {{ end }} +
+ + {{ end }} + +
\ No newline at end of file -- cgit v1.2.3