diff options
author | Matthew Lemon <y@yulqen.org> | 2023-04-18 15:59:02 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-04-18 15:59:12 +0100 |
commit | a61894890099e0f34e146462aeb90a268fa35ff6 (patch) | |
tree | be665b88ad0de8fd923c7953001e760655da03e1 /layouts/techjournal | |
parent | 9b1ba964dd5310728791581fb0d66a72c9b58538 (diff) |
added techjournal section
Diffstat (limited to 'layouts/techjournal')
-rw-r--r-- | layouts/techjournal/list.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/techjournal/list.html b/layouts/techjournal/list.html new file mode 100644 index 0000000..dcecc6c --- /dev/null +++ b/layouts/techjournal/list.html @@ -0,0 +1,6 @@ +{{ define "main" }} + +{{ .Content }} + +{{ partial "techjournals.html" . }} +{{ end }} |