Skip to content

Commit

Permalink
theme: add missing line break #683
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Oct 10, 2023
1 parent cc3c5a7 commit c19cef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
{{- with .Site.Params.author }}
<meta name="author" content="{{ . }}">
{{- end }}
{{- replace (trim (partial "social.html" .) " \n\r") "<meta " " <meta "| safeHTML }}
{{ replace (trim (partial "social.html" .) " \n\r") "<meta " " <meta "| safeHTML }}

0 comments on commit c19cef1

Please sign in to comment.