From 55d5b714c1fad5d47bf12a0a9b89cbb71087f200 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 | 8 +++++++- 2 files changed, 7 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..313ea31 100644 --- a/layouts/partials/head/custom.html +++ b/layouts/partials/head/custom.html @@ -1 +1,7 @@ - \ No newline at end of file + +{{- if .Params.keywords }} + +{{- else if .Params.tags }} + +{{- end }} +