From 3a033ae2c9b314fc704c6b6052211a3b6e125a87 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Thu, 22 May 2025 22:29:17 +0000 Subject: [PATCH] Add tags as keywords --- layouts/404.html | 7 ------- layouts/partials/head/custom.html | 7 ++++++- 2 files changed, 6 insertions(+), 8 deletions(-) delete mode 100644 layouts/404.html diff --git a/layouts/404.html b/layouts/404.html deleted file mode 100644 index cf71bbb..0000000 --- a/layouts/404.html +++ /dev/null @@ -1,7 +0,0 @@ -{{- define "main" -}} -
-

404 - Page Not Found

-

Looks like the page you're looking for doesn't exist.

-

Go back home

-
-{{- end }} \ No newline at end of file diff --git a/layouts/partials/head/custom.html b/layouts/partials/head/custom.html index f0a1abb..d0b2ba8 100644 --- a/layouts/partials/head/custom.html +++ b/layouts/partials/head/custom.html @@ -1 +1,6 @@ - \ No newline at end of file + +{{- with .Params.keywords -}} + +{{- else if .Params.tags -}} + +{{- end -}}