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

{{ .Title }}

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