diff --git a/site/hugo_stats.json b/site/hugo_stats.json index 3e50e97..e412fb8 100644 --- a/site/hugo_stats.json +++ b/site/hugo_stats.json @@ -27,7 +27,6 @@ "h6", "head", "header", - "hgroup", "hr", "html", "input", @@ -45,7 +44,6 @@ "script", "section", "select", - "small", "span", "strong", "summary", @@ -62,6 +60,7 @@ "ul" ], "classes": [ + "chroma", "footnote-backref", "footnote-ref", "footnotes", @@ -213,6 +212,7 @@ "timeline", "token-colour-mapping", "token-mapping-prism", + "try-the-shortcodes", "two-columns", "typography", "typography-scale", diff --git a/site/layouts/_default/baseof.html b/site/layouts/_default/baseof.html index 247f65d..707c716 100644 --- a/site/layouts/_default/baseof.html +++ b/site/layouts/_default/baseof.html @@ -7,7 +7,37 @@ {{ partial "nav.html" . }} {{ block "content" . }}{{ end }} diff --git a/site/layouts/_default/single.html b/site/layouts/_default/single.html index 98355f9..0e15fd7 100644 --- a/site/layouts/_default/single.html +++ b/site/layouts/_default/single.html @@ -26,7 +26,7 @@ {{ .Content }} {{- if or .PrevInSection .NextInSection }} -