about summary refs log tree commit diff
path: root/users/fcuny/notes/layouts/taxonomy
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/notes/layouts/taxonomy')
-rw-r--r--users/fcuny/notes/layouts/taxonomy/tag.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/fcuny/notes/layouts/taxonomy/tag.html b/users/fcuny/notes/layouts/taxonomy/tag.html
new file mode 100644
index 0000000..2b7d98a
--- /dev/null
+++ b/users/fcuny/notes/layouts/taxonomy/tag.html
@@ -0,0 +1,6 @@
+{{ define "main" }}
+
+  {{ $pgs := where .Data.Pages "Params.hidden" "ne" "true" }}
+  {{ partial "postlist" $pgs }}
+
+{{ end }}