aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/shortcodes
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-04-30 23:28:15 -0400
committerThedro Neely <thedroneely@gmail.com>2021-04-30 23:28:15 -0400
commit2726b619339b75697ea7a4be20f3cb84ba0fe015 (patch)
tree822e14341988ffca01866e9a1fc7b3e1b1bbd550 /generators/hugo/themes/tdro/layouts/shortcodes
parent9d39a7ba3de79e27029bb5c9c2d72e114d8fa795 (diff)
downloadthedroneely.com-2726b619339b75697ea7a4be20f3cb84ba0fe015.tar.gz
thedroneely.com-2726b619339b75697ea7a4be20f3cb84ba0fe015.tar.bz2
thedroneely.com-2726b619339b75697ea7a4be20f3cb84ba0fe015.zip
generators/hugo/layouts/shortcodes/video: Add footer
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/shortcodes')
-rw-r--r--generators/hugo/themes/tdro/layouts/shortcodes/video.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/generators/hugo/themes/tdro/layouts/shortcodes/video.html b/generators/hugo/themes/tdro/layouts/shortcodes/video.html
index 9cf9b3a..d754605 100644
--- a/generators/hugo/themes/tdro/layouts/shortcodes/video.html
+++ b/generators/hugo/themes/tdro/layouts/shortcodes/video.html
@@ -3,4 +3,5 @@
<source src="{{ .Get `source` }}" type="video/mp4">
Your browser does not support the video tag.
</video>
+ <footer class="has-text-centered has-text-grey-dark">{{ .Inner }}</footer>
</div>