From 568553394d0a8b34668a75c9839a0f1f426469b2 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 6 Oct 2019 21:10:46 +0200 Subject: theme: Switch to docsy theme --- themes/docsy/layouts/community/list.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 themes/docsy/layouts/community/list.html (limited to 'themes/docsy/layouts/community') diff --git a/themes/docsy/layouts/community/list.html b/themes/docsy/layouts/community/list.html new file mode 100644 index 0000000..d66a50e --- /dev/null +++ b/themes/docsy/layouts/community/list.html @@ -0,0 +1,19 @@ +{{ define "main" }} + + +
+
+ +

Join the {{ .Site.Title }} community

+ +

{{ .Site.Title }} is an open source project that anyone in the community can use, improve, and enjoy. We'd love you to join us! Here's a few ways to find out what's happening and get involved. + +

+
+{{ partial "community_links.html" . }} + +
+{{ .Content }} +
+ +{{ end }} -- cgit v1.2.3