From c2572b6cc966f5590f1b26a5fc661a7b96628e87 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Sun, 26 Jun 2022 22:20:01 +0300 Subject: [PATCH] feat: star button for configs --- layouts/configs/single.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 layouts/configs/single.html diff --git a/layouts/configs/single.html b/layouts/configs/single.html new file mode 100644 index 0000000..58cf484 --- /dev/null +++ b/layouts/configs/single.html @@ -0,0 +1,24 @@ +{{ define "main" }} + +
+

+ {{ .Title }} + +

+
+

+ {{ .Title }} + +

+ {{ .Content }} +
+
+
+ Table of Contents + {{ .TableOfContents }} +
+ + +
+
+{{ end }}