Skip to content

Commit

Permalink
theme: fix whitespace matcornic#398
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Nov 19, 2022
1 parent 9148342 commit fb98ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/alias.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
{{- $link := "<link href=\"%s\" rel=\"%s\" type=\"%s\" title=\"%s\">" }}
<title>{{ $url }}</title>

{{ (printf $link $url "canonical" "text/html" ($url | htmlEscape)) | safeHTML }}
{{ (printf $link $url "canonical" "text/html" ($url | htmlEscape)) | safeHTML }}
</head>
</html>

0 comments on commit fb98ea3

Please sign in to comment.