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 }}