mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 11:45:26 +01:00 
			
		
		
		
	head: change title separator "-" -> "|"
This commit is contained in:
		| @@ -7,7 +7,7 @@ | ||||
| <meta name=" robots" content="noindex, nofollow"> | ||||
| {{- end -}} | ||||
| <!-- Title --> | ||||
| <title>{{ if .IsHome }}{{else}}{{ if .Title }}{{ .Title }} - {{ end }}{{end}}{{ .Site.Title }}</title> | ||||
| <title>{{ if .IsHome }}{{else}}{{ if .Title }}{{ .Title }} | {{ end }}{{end}}{{ .Site.Title }}</title> | ||||
| <!-- Meta --> | ||||
| <meta name="keywords" content="{{ if .Params.keywords -}} | ||||
|     {{- range $i, $e := .Params.keywords }}{{ if $i }}, {{ end }}{{ $e }}{{ end }} {{- else }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange