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

github.com/de-souza/hugo-flex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorde-souza <43355143+de-souza@users.noreply.github.com>2020-03-17 15:17:48 +0300
committerde-souza <43355143+de-souza@users.noreply.github.com>2020-03-17 15:17:48 +0300
commit07e4ca597779ec7b9d69c346cfbf0aa1ab2533ff (patch)
treed490269df914ad8f25ed0667453640dfa4ece739 /layouts/partials/title.html
parent2df36682bd9aff37d3cdde6661febd4547e28038 (diff)
Remove trailing newline in all partials
Diffstat (limited to 'layouts/partials/title.html')
-rw-r--r--layouts/partials/title.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/title.html b/layouts/partials/title.html
index e0bc325..7ed2b42 100644
--- a/layouts/partials/title.html
+++ b/layouts/partials/title.html
@@ -4,4 +4,4 @@
{{- else -}}
{{ with .Title }}{{ . }} | {{ end }}{{ site.Title }}
{{- end -}}
-</title>
+</title> \ No newline at end of file