forked from toolshed/coopcloud.tech
		
	add trailing /> to tags in <head>
This commit is contained in:
		| @ -1,6 +1,6 @@ | |||||||
| <head> | <head> | ||||||
|     <meta charset="utf-8"> |     <meta charset="utf-8" /> | ||||||
|     <meta name="viewport" content="width=device-width, initial-scale=1"> |     <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||||||
|     {{ $title := print .Site.Title " | " .Title }} |     {{ $title := print .Site.Title " | " .Title }} | ||||||
|     {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} |     {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} | ||||||
|     {{/*  scss compiling  */}} |     {{/*  scss compiling  */}} | ||||||
| @ -8,12 +8,12 @@ | |||||||
|     {{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options }} |     {{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options }} | ||||||
|     {{ template "_internal/opengraph.html" . }} |     {{ template "_internal/opengraph.html" . }} | ||||||
|     {{ template "_internal/twitter_cards.html" . }} |     {{ template "_internal/twitter_cards.html" . }} | ||||||
|     <link href='{{ $style.RelPermalink }}' rel="stylesheet"> |     <link href='{{ $style.RelPermalink }}' rel="stylesheet" /> | ||||||
|     {{ with .OutputFormats.Get "rss" -}} |     {{ with .OutputFormats.Get "rss" -}} | ||||||
|       {{ printf `<link rel=%q type=%q href=%q title=%q>` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} |       {{ printf `<link rel=%q type=%q href=%q title=%q />` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} | ||||||
|     {{ end }} |     {{ end }} | ||||||
|  |  | ||||||
|     <meta name="go-import" content="coopcloud.tech/tagcmp git https://git.coopcloud.tech/coop-cloud/tagcmp"> |     <meta name="go-import" content="coopcloud.tech/tagcmp git https://git.coopcloud.tech/coop-cloud/tagcmp" /> | ||||||
|     <meta name="viewport" content="width=device-width, initial-scale=1"> |     <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||||||
|     <title>{{ $title }}</title> |     <title>{{ $title }}</title> | ||||||
| </head> | </head> | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user