summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejavu Moe <[email protected]>2023-05-20 21:44:45 +0800
committerDejavu Moe <[email protected]>2023-05-20 21:44:45 +0800
commite1a113bd83357cca875948404e395680b356a22e (patch)
tree0b8fac9f908093dd486c40b1ca6ba38ae488aa53
parent0ef11d6f21ce71d0afeb030dcd53b3f9c8eddf40 (diff)
downloadhugo-theme-dejavu-e1a113bd83357cca875948404e395680b356a22e.tar.gz
hugo-theme-dejavu-e1a113bd83357cca875948404e395680b356a22e.zip
add layouts/partials/head.html
-rw-r--r--layouts/partials/head.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index e69de29..56d8cb7 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -0,0 +1,4 @@
+<head>
+ <meta charset="utf-8" />
+ <title>{{ block "title" . }} {{ .Site.Title }} {{ end }}</title>
+</head>