aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/shortcodes
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-06-13 23:12:12 -0400
committerThedro Neely <thedroneely@gmail.com>2019-06-13 23:12:12 -0400
commit7470543ebfe2f4cedb83740ea5beb1a14a313cee (patch)
tree43fe84b58aaf08321e498be1bf526ce5ca227ad2 /generators/hugo/themes/tdro/layouts/shortcodes
parent43d127da2fb4f34540c9182222cf1f5f38ab54ef (diff)
downloadthedroneely.com-7470543ebfe2f4cedb83740ea5beb1a14a313cee.tar.gz
thedroneely.com-7470543ebfe2f4cedb83740ea5beb1a14a313cee.tar.bz2
thedroneely.com-7470543ebfe2f4cedb83740ea5beb1a14a313cee.zip
generators/layouts/shortcodes/footer.html: Footer cannot be here, use a span with a custom class
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/shortcodes')
-rw-r--r--generators/hugo/themes/tdro/layouts/shortcodes/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/shortcodes/footer.html b/generators/hugo/themes/tdro/layouts/shortcodes/footer.html
index 96eb385..68486df 100644
--- a/generators/hugo/themes/tdro/layouts/shortcodes/footer.html
+++ b/generators/hugo/themes/tdro/layouts/shortcodes/footer.html
@@ -1 +1 @@
-<footer class="serif">{{ .Inner }}</footer>
+<span class="serif blockquote-footer has-text-right is-block">{{ .Inner }}</span>