rj1.su - my website
git clone https://github.com/rj1/rj1.su
commit 4597c1e3d1557cbaebd77d567f9e63249ef40c21 parent 1d51bf864a2c84b40bff1e551adedd41c2e4581f author: rj1 <[email protected]> date: Fri, 9 Dec 2022 18:25:32 -0600 removed extra <head> section Diffstat:
M | themes/rj1/layouts/partials/header.html | | | 18 | ------------------ |
1 file changed, 0 insertions(+), 18 deletions(-)
diff --git a/themes/rj1/layouts/partials/header.html b/themes/rj1/layouts/partials/header.html @@ -8,21 +8,3 @@ {{ end }} </nav> </header> -<head> - <meta charset="utf-8" /> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - {{- $title := ( .Title ) -}} - {{- $siteTitle := ( .Site.Title ) -}} - {{- if .IsHome -}} - <title>{{ $siteTitle }}</title> - {{- else -}} - <title>{{ $siteTitle }} > {{ $title | lower }}</title> - {{- end -}} - <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta property="og:image" content="{{ .Site.Params.og_image }}"/> - {{ with .OutputFormats.Get "rss" -}} - {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} - {{ end -}} - <link rel="stylesheet" type="text/css" media="screen" href="/css/style.css" /> - <link rel="icon" href="/favicon.svg"> -</head>