From 8eaea048978bc115021ca9942fdbaf89c7072ff4 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 22 Jul 2022 10:30:28 +0100 Subject: using a shortcode for cat kill data! --- layouts/shortcodes/cat_kill_log_table.html | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 layouts/shortcodes/cat_kill_log_table.html (limited to 'layouts/shortcodes') diff --git a/layouts/shortcodes/cat_kill_log_table.html b/layouts/shortcodes/cat_kill_log_table.html new file mode 100644 index 0000000..6c3246a --- /dev/null +++ b/layouts/shortcodes/cat_kill_log_table.html @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + {{ range .Site.Data.cat_kills.cat_kills }} + + + + + + + + + + {{ end }} + +
DateSuper speciesSpecific speciesKill TypeKillerSuspect KillerComments
{{ .date }}{{ .super_species }}{{ .specific_species }}{{ .kill_type }}{{ .killer }}{{ .suspect_killer }}{{ .comments }}
-- cgit v1.2.3