diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-03-10 01:38:53 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-03-10 01:38:53 +0100 |
| commit | 8a61b04b0799e27070e4ae12e85cde624e2a848f (patch) | |
| tree | 012bd9315207bf734e812150e5a776a8a8d24710 /layouts/partials/head.html | |
| parent | f76c2ed0a2928a2a5e391916f09b497a6b271c4b (diff) | |
| download | graysx-hugo-8a61b04b0799e27070e4ae12e85cde624e2a848f.tar.gz | |
WIP demo web
Diffstat (limited to 'layouts/partials/head.html')
| -rw-r--r-- | layouts/partials/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 6f3a6c1..68df436 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -9,4 +9,4 @@ {{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} <title>{{ $title }}</title> -</head>
\ No newline at end of file +</head> |
