From 78eed530111fdc8640133da5bbf8a5f86d703a50 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 4 Feb 2023 12:47:04 +0100 Subject: Add support for articles Articles should contain documentation which is constantly updated. --- layouts/articles/list.html | 42 ++++++++++++++++++++++++++++++++++++++++++ layouts/articles/single.html | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 layouts/articles/list.html create mode 100644 layouts/articles/single.html (limited to 'layouts/articles') diff --git a/layouts/articles/list.html b/layouts/articles/list.html new file mode 100644 index 0000000..72879ad --- /dev/null +++ b/layouts/articles/list.html @@ -0,0 +1,42 @@ + + + + + + + + + xengineering + + + + + + + + + +
+ +

Articles

+
+ +
+

A complete list of my articles:

+ + + {{ partial "footer.html" . }} +
+ + + + + diff --git a/layouts/articles/single.html b/layouts/articles/single.html new file mode 100644 index 0000000..62a23d3 --- /dev/null +++ b/layouts/articles/single.html @@ -0,0 +1,36 @@ + + + + + + + + + xengineering + + + + + + + + + +
+
+ +
+ {{ .Content }} + {{ partial "footer.html" . }} +
+ + + + -- cgit v1.2.3-70-g09d2