This commit is contained in:
2026-07-08 17:41:38 +08:00
parent e992d8cbe7
commit ad51ced86c
7 changed files with 467 additions and 62 deletions
+1
View File
@@ -11,6 +11,7 @@
{{ block "extra_head" . }}{{ end }}
</head>
<body class="{{ if .IsHome }}home{{ else }}page{{ end }}">
<script src="/js/nature-bg.js"></script>
{{ partial "nav.html" . }}
<main id="main-content">
{{ block "body" . }}{{ end }}