diff --git a/layouts/shortcodes/author.html b/layouts/shortcodes/author.html
new file mode 100644
index 0000000..a4c5b3b
--- /dev/null
+++ b/layouts/shortcodes/author.html
@@ -0,0 +1,7 @@
+{{ if eq (.Get 0) "bug" }}
+ {{ print "Bug" }}
+{{ else if eq (.Get 0) "hyperling" }}
+ {{ print "Hyperling" }}
+{{ else if eq (.Get 0) "hypervegan" }}
+ {{ print "HyperVegan" }}'
+{{ end }}