diff options
author | Francesco <tomaselli.fr@gmail.com> | 2024-05-11 22:13:47 +0200 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2024-05-11 22:13:47 +0200 |
commit | edd49a893c5f581a2f622f2b29a289760bbc2edc (patch) | |
tree | 320c58776b5c04db7adf188d065f135aa28a8f83 /layouts/partials/head.html | |
parent | 769239a8e95cf761075a1248818a6578d7522fac (diff) |
Format
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r-- | layouts/partials/head.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index fef47c4..9350ee6 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,6 +1,14 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> -<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title> + +<title> + {{ if .IsHome }} + {{ site.Title }} + {{ else }} + {{ printf "%s | %s" .Title site.Title }} + {{ end }} +</title> + {{ partialCached "head/css.html" . }} {{ partialCached "head/js.html" . }} |