diff --git a/layouts/_default/article.html b/layouts/_default/article.html index 218efc6..03f588e 100644 --- a/layouts/_default/article.html +++ b/layouts/_default/article.html @@ -1,7 +1,7 @@
- {{ .Params.image_alt }} + {{ .Params.image_alt }}
{{ partial "get_tags.html" . }} diff --git a/layouts/shortcodes/toc.html b/layouts/shortcodes/toc.html index bdfa1ad..78cea21 100644 --- a/layouts/shortcodes/toc.html +++ b/layouts/shortcodes/toc.html @@ -1,4 +1,4 @@
-

Table of Contents

+

Table Of Contents

{{ .Page.TableOfContents }}
\ No newline at end of file