summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/html-head.html
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-04-22 22:19:08 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-04-22 22:19:08 +0200
commitb10d1e959c25a36cf58f570d12d15820ca1d3ee7 (patch)
tree40722bf76ee6602a5d629e955ae6fc38e652cf5d /layouts/partials/docs/html-head.html
parent0b30289d9f3520144bb37caa009d8953cde0e3d6 (diff)
Improve logic in title template for less warnings
Diffstat (limited to 'layouts/partials/docs/html-head.html')
-rw-r--r--layouts/partials/docs/html-head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/docs/html-head.html b/layouts/partials/docs/html-head.html
index 7f7c0cc..ab05a59 100644
--- a/layouts/partials/docs/html-head.html
+++ b/layouts/partials/docs/html-head.html
@@ -15,7 +15,7 @@
<!-- RSS -->
{{ with .OutputFormats.Get "rss" -}}
- {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
+ {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
{{ "<!--" | safeHTML }}