From 60d3abc6ecdc21b4ab921d34a55b4af48690f55a Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 11 Mar 2021 18:53:14 +0100 Subject: Rewrote the whole website to get rid on a heavy theme --- layouts/docs/list.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 layouts/docs/list.html (limited to 'layouts/docs/list.html') diff --git a/layouts/docs/list.html b/layouts/docs/list.html new file mode 100644 index 0000000..1be5120 --- /dev/null +++ b/layouts/docs/list.html @@ -0,0 +1,13 @@ +{{ define "main" }} + +{{ with .Content }} +{{ . }} +{{ end }} + + + +{{ end }} -- cgit v1.2.3