From 7b9f087d818b723a7f23c11d434867c369f3b63f Mon Sep 17 00:00:00 2001 From: Himanshu Sardana Date: Thu, 26 Mar 2026 21:50:23 +0000 Subject: feat: add modern dark 2 theme --- themes/modern-dark-2/layout.html | 419 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 419 insertions(+) create mode 100644 themes/modern-dark-2/layout.html (limited to 'themes/modern-dark-2/layout.html') diff --git a/themes/modern-dark-2/layout.html b/themes/modern-dark-2/layout.html new file mode 100644 index 0000000..c8c8005 --- /dev/null +++ b/themes/modern-dark-2/layout.html @@ -0,0 +1,419 @@ + + + + + + + {{ .Title }} + + + + + + + + + + + +
+
+

{{ .Title }}

+
+ + {{ if .TOC }} +
+
+ Contents + +
+
+ {{ end }} + +
{{ .Content }}
+
+ + + + -- cgit v1.3.1