diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2024-08-12 21:04:24 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2024-08-12 21:04:24 -0500 |
commit | c2afd94b9c3c1a94469ef0a875e4870ecb78ffd9 (patch) | |
tree | dad08d588f46d2d7a0de5b8886498995c1a00ad2 /layouts/shortcodes | |
parent | 726ca45683974e991c3c2d172039716be8cb0d4c (diff) | |
download | hugo-theme-tjkbasic-c2afd94b9c3c1a94469ef0a875e4870ecb78ffd9.tar.xz hugo-theme-tjkbasic-c2afd94b9c3c1a94469ef0a875e4870ecb78ffd9.zip |
tweaks
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r-- | layouts/shortcodes/img-longcaption.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/shortcodes/img-longcaption.html b/layouts/shortcodes/img-longcaption.html new file mode 100644 index 0000000..c005d2e --- /dev/null +++ b/layouts/shortcodes/img-longcaption.html @@ -0,0 +1,5 @@ +<div class="longcaption"> +<div> + {{ .Inner }} +</div> +</div> |