File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
tpl/tplimpl/embedded/templates Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 < meta property ="og:title " content ="{{ . }} ">
99{{- end }}
1010
11- {{- with or .Description .Summary site.Params.description | plainify | htmlUnescape | chomp }}
12- < meta property ="og:description " content ="{{ . }} ">
11+ {{- with or .Description .Summary site.Params.description | plainify | htmlUnescape }}
12+ < meta property ="og:description " content ="{{ trim . " \n\r\t " }}">
1313{{- end }}
1414
1515{{- with or .Params.locale site.Language.LanguageCode }}
Original file line number Diff line number Diff line change 22 < meta itemprop ="name " content ="{{ . }} ">
33{{- end }}
44
5- {{- with or .Description .Summary site.Params.description | plainify | htmlUnescape | chomp }}
6- < meta itemprop ="description " content ="{{ . }} ">
5+ {{- with or .Description .Summary site.Params.description | plainify | htmlUnescape }}
6+ < meta itemprop ="description " content ="{{ trim . " \n\r\t " }}">
77{{- end }}
88
99{{- $ISO8601 := "2006-01-02T15:04:05-07:00" }}
Original file line number Diff line number Diff line change 1010 < meta name ="twitter:title " content ="{{ . }} ">
1111{{- end }}
1212
13- {{- with or .Description .Summary site.Params.description | plainify | htmlUnescape | chomp }}
14- < meta name ="twitter:description " content ="{{ . }} ">
13+ {{- with or .Description .Summary site.Params.description | plainify | htmlUnescape }}
14+ < meta name ="twitter:description " content ="{{ trim . " \n\r\t " }}">
1515{{- end }}
1616
1717{{- $twitterSite := "" }}
You can’t perform that action at this time.
0 commit comments