feat: Remove markdown from title
This commit is contained in:
		@@ -31,8 +31,8 @@
 | 
			
		||||
    <meta name="keywords" content="{{ $.Site.Params.Keywords }}" />
 | 
			
		||||
    {{ end }}
 | 
			
		||||
    <meta property="og:url" content="{{ .Permalink }}" />
 | 
			
		||||
    <meta property="og:title" content="{{ .Title }} · {{ .Site.Title }}" />
 | 
			
		||||
    <meta name="twitter:title" content="{{ .Title }} · {{ .Site.Title }}" />
 | 
			
		||||
    <meta property="og:title" content="{{ plainify (.RenderString .Title) }} · {{ .Site.Title }}" />
 | 
			
		||||
    <meta name="twitter:title" content="{{ plainify (.RenderString .Title) }} · {{ .Site.Title }}" />
 | 
			
		||||
    {{ if .Description }}
 | 
			
		||||
    <meta name="og:description" content="{{ .Description }}" />
 | 
			
		||||
    <meta name="twitter:description" content="{{ .Description }}" />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user