Files
hugo-recipes/layouts/shortcodes/author.html

8 lines
185 B
HTML

{{ if eq (.Get 0) "bug" }}
{{ print "Bug" }}
{{ else if eq (.Get 0) "hyperling" }}
{{ print "Hyperling" }}
{{ else if eq (.Get 0) "hypervegan" }}
{{ print "HyperVegan" }}'
{{ end }}