From 8d084f456b607668a37193322b4837ece9284c55 Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Sun, 17 Aug 2025 18:57:27 +0200 Subject: [PATCH] Introduce Hugo shortcode to display authors table --- .../exectos/layouts/shortcodes/authors.html | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 themes/exectos/layouts/shortcodes/authors.html diff --git a/themes/exectos/layouts/shortcodes/authors.html b/themes/exectos/layouts/shortcodes/authors.html new file mode 100644 index 0000000..d699a2f --- /dev/null +++ b/themes/exectos/layouts/shortcodes/authors.html @@ -0,0 +1,23 @@ + + + + + + + + + + {{ range .Site.Data.authors }} + + + + + + {{ end }} + +
NicknameNameRole
+ + + {{ .nick }} + + {{ .name }}{{ .role }}