File tree Expand file tree Collapse file tree
layouts/partials/templates Expand file tree Collapse file tree 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 1919 < meta name ="twitter:title " content ="{{ . }} ">
2020{{- end }}
2121
22- {{- with or .Description .Summary site.Params.description | plainify | htmlUnescape | chomp }}
23- < meta name ="twitter:description " content ="{{ . }} ">
22+ {{- with or .Description .Summary site.Params.description | plainify | htmlUnescape }}
23+ < meta name ="twitter:description " content ="{{ trim . " \n\r\t " }}">
2424{{- end }}
2525
2626{{- $twitterSite := "" }}
You can’t perform that action at this time.
0 commit comments