about summary refs log tree commit diff
path: root/layouts/_default/list.html
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-07-03 16:14:56 -0700
committerFranck Cuny <franck@fcuny.net>2024-07-03 16:14:56 -0700
commit9104c84a906f79611109565f01d26425f224cf9b (patch)
tree0ac02f002979ba55596d07f66ca160384a9995e3 /layouts/_default/list.html
parentbuild(deps): bump DeterminateSystems/update-flake-lock from 21 to 22 (diff)
downloadfcuny.net-9104c84a906f79611109565f01d26425f224cf9b.tar.gz
simplify the layout
Get rid of the navigation bar, remove a number of elements, put more
things on the main page. Clean up the CSS.
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r--layouts/_default/list.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
deleted file mode 100644
index d2c59a7..0000000
--- a/layouts/_default/list.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{{ define "main" }}
-
-<article>
-
-  {{ $pgs := where .Data.Pages "Params.hidden" "ne" "true" }}
-  {{ partial "postlist" $pgs }}
-
-</article>
-
-{{ end }}