diff options
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/shortcodes/img.html | 1 | ||||
| -rw-r--r-- | layouts/shortcodes/sml.html | 1 | ||||
| -rw-r--r-- | layouts/shortcodes/time-now.html | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/layouts/shortcodes/img.html b/layouts/shortcodes/img.html deleted file mode 100644 index 8685a99..0000000 --- a/layouts/shortcodes/img.html +++ /dev/null @@ -1 +0,0 @@ -<img src='{{ .Get "src" }}' alt='{{ .Get "alt" }}' class='{{ .Get "size" }}'> diff --git a/layouts/shortcodes/sml.html b/layouts/shortcodes/sml.html deleted file mode 100644 index d27ced1..0000000 --- a/layouts/shortcodes/sml.html +++ /dev/null @@ -1 +0,0 @@ -<small>{{ .Inner }}</small> diff --git a/layouts/shortcodes/time-now.html b/layouts/shortcodes/time-now.html deleted file mode 100644 index d09ddc4..0000000 --- a/layouts/shortcodes/time-now.html +++ /dev/null @@ -1 +0,0 @@ -{{ time.Now.Format "02/01/2006" }} |
