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 }} |     {{ if .IsHome }} | ||||||
|     <title>{{ .Site.Title }}</title> |     <title>{{ .Site.Title }}</title> | ||||||
|     {{ else }} |     {{ else }} | ||||||
|     <title>{{ print .Title " | " .Site.Title }}</title> |     <title>{{ (print .Title " | " .Site.Title) | markdownify | plainify }}</title> | ||||||
|     {{ end }} |     {{ end }} | ||||||
|  |  | ||||||
|     {{ partial "opengraph.html" . }} |     {{ partial "opengraph.html" . }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user