mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 10:50:24 +00:00
theme: fix whitespace #398
This commit is contained in:
parent
9148342752
commit
fb98ea3fe5
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue