mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-10-28 16:53:30 -05:00 
			
		
		
		
	Plainify the title field in <head>
This commit is contained in:
		| @@ -21,7 +21,7 @@ | ||||
|     {{ if .IsHome }} | ||||
|     <title>{{ .Site.Title }}</title> | ||||
|     {{ else }} | ||||
|     <title>{{ print .Title " | " .Site.Title }}</title> | ||||
|     <title>{{ (print .Title " | " .Site.Title) | markdownify | plainify }}</title> | ||||
|     {{ end }} | ||||
|  | ||||
|     {{ partial "opengraph.html" . }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user