aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-12-30 14:48:38 -0500
committerThedro Neely <thedroneely@gmail.com>2019-12-30 14:48:38 -0500
commit674ef20d73186213b1c0aa1d84d9c1302bd8ea2d (patch)
treefdb640600eba2c49537799dc843220ed203b3b6c /generators/hugo/themes
parent57cd290b1e5b05d2728dc1221c2081b5fdf435f7 (diff)
downloadthedroneely.com-674ef20d73186213b1c0aa1d84d9c1302bd8ea2d.tar.gz
thedroneely.com-674ef20d73186213b1c0aa1d84d9c1302bd8ea2d.tar.bz2
thedroneely.com-674ef20d73186213b1c0aa1d84d9c1302bd8ea2d.zip
generators/hugo/single.html: Element 'nav' not allowed as child of element 'span' in this context.
Diffstat (limited to 'generators/hugo/themes')
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/single.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/single.html b/generators/hugo/themes/tdro/layouts/_default/single.html
index de33d1a..8b30b2f 100644
--- a/generators/hugo/themes/tdro/layouts/_default/single.html
+++ b/generators/hugo/themes/tdro/layouts/_default/single.html
@@ -7,10 +7,10 @@
<h2 class="title is-2 serif">{{ .Title }}</h2>
{{ if .Params.toc }}
- <span class="tableofcontents marginnote rightnote">
- <span class="serif is-size-6 is-uppercase has-text-weight-bold has-spacing-widest has-margin-bottom-sm is-block">Table of Contents</span>
+ <div class="tableofcontents marginnote rightnote is-inline">
+ <div class="serif is-size-6 is-uppercase has-text-weight-bold has-spacing-widest has-margin-bottom-sm">Table of Contents</div>
{{ .TableOfContents }}
- </span>
+ </div>
{{ end }}
<aside class="subtitle is-6 has-text-grey-dark">