summaryrefslogtreecommitdiffstats
path: root/_includes/head.html
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2026-04-21 17:16:24 +0800
committerSadeep Madurange <sadeep@asciimx.com>2026-04-21 17:16:24 +0800
commitdf9bc9288b9aec590d39beb43eed0f7c2d577915 (patch)
treeeb6e683c3ccaf5b553fa3cf906858b3039d2da2e /_includes/head.html
parent5abe8138425d6b083e66bbf5299537f1cc851b6a (diff)
downloadwww-df9bc9288b9aec590d39beb43eed0f7c2d577915.tar.gz
Minimalist theme.
Diffstat (limited to '_includes/head.html')
-rw-r--r--_includes/head.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/_includes/head.html b/_includes/head.html
new file mode 100644
index 0000000..a6eec07
--- /dev/null
+++ b/_includes/head.html
@@ -0,0 +1,7 @@
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>{{ page.title }}</title>
+ <link rel="stylesheet" href="/assets/css/main.css">
+</head>
+