diff options
Diffstat (limited to 'templates/shortcodes/slides_link.html')
-rw-r--r-- | templates/shortcodes/slides_link.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/shortcodes/slides_link.html b/templates/shortcodes/slides_link.html new file mode 100644 index 0000000..49271ff --- /dev/null +++ b/templates/shortcodes/slides_link.html @@ -0,0 +1,5 @@ +<a +class="button" +href="{{url}}"> + {{title}} +</a>
\ No newline at end of file |