From 9cfd3dbeb7967eb4971ccfd5124bbded901acf7a Mon Sep 17 00:00:00 2001 From: Himanshu Sardana Date: Thu, 26 Mar 2026 21:50:35 +0000 Subject: feat: add rose-pine theme --- themes/rose-pine/layout.html | 412 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 412 insertions(+) create mode 100644 themes/rose-pine/layout.html (limited to 'themes/rose-pine/layout.html') diff --git a/themes/rose-pine/layout.html b/themes/rose-pine/layout.html new file mode 100644 index 0000000..2239d62 --- /dev/null +++ b/themes/rose-pine/layout.html @@ -0,0 +1,412 @@ + + + + + + + {{ .Title }} + + + + + + + + + + + +
+
+

{{ .Title }}

+
+ + {{ if .TOC }} +
+
+ Contents + +
+
+ {{ end }} + +
{{ .Content }}
+
+ + + + \ No newline at end of file -- cgit v1.3.1