From 22b91cc8f1330459f77d289f7d4bc895bf22ada8 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sun, 6 Oct 2024 00:12:26 +0200 Subject: [PATCH 1/2] Fix: grammar --- layouts/shortcodes/toc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/toc.html b/layouts/shortcodes/toc.html index 78cea21..bdfa1ad 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 From de6fcc7cd9b97e125aa977625d36caccb3753c6c Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sun, 6 Oct 2024 00:22:32 +0200 Subject: [PATCH 2/2] Update: front matter image var name --- layouts/_default/article.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/article.html b/layouts/_default/article.html index 03f588e..218efc6 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" . }}