diff --git a/layouts/shortcodes/anagram.html b/layouts/shortcodes/anagram.html new file mode 100644 index 0000000..8c6bbb2 --- /dev/null +++ b/layouts/shortcodes/anagram.html @@ -0,0 +1 @@ +{{ with .Get 0 }}{{ . }}{{ end }} \ No newline at end of file