Add anagram shortcode
This commit is contained in:
parent
f40b9d2867
commit
a2474e9b5e
1 changed files with 1 additions and 0 deletions
1
layouts/shortcodes/anagram.html
Normal file
1
layouts/shortcodes/anagram.html
Normal file
|
@ -0,0 +1 @@
|
|||
<span class="anagram" data-replacement="{{ with .Get 1 }}{{ . }}{{ end }}">{{ with .Get 0 }}{{ . }}{{ end }}</span>
|
Loading…
Add table
Add a link
Reference in a new issue