Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pravin/hugo-theme-prav.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Rosenshein <leon@rosenshein.org>2022-03-20 08:09:51 +0300
committerLeon Rosenshein <leon@rosenshein.org>2022-03-20 08:09:51 +0300
commit8148fc4e8a3f4b5f823686ed979598d0bf256c00 (patch)
treecc30ae51d4630e4ec9f8ccf5db4b6178cd7f7880
parent1477f5982b5460b370fe9f62efc55589b7a84614 (diff)
Removing some more blank lines
-rw-r--r--layouts/partials/header.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 0b168e0..5478392 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -32,15 +32,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="{{ hugo.Generator }}">
- {{ if .Description }}
+ {{ if .Description -}}
<meta name="description" content="{{ .Description }}">
- {{ else }}
+ {{ else -}}
<meta name="description" content="{{ .Site.Params.Tagline }}">
- {{ end }}
+ {{ end -}}
- {{ if .Params.tags }}
+ {{ if .Params.tags -}}
<meta name="keywords" content="{{ delimit .Params.tags "," }}">
- {{ end }}
+ {{ end -}}
<meta name="author" content="{{ .Site.Params.Author }}">
{{- partial "custom_header.html" . -}}