Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/de-souza/hugo-flex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLéo De Souza <43355143+de-souza@users.noreply.github.com>2019-02-28 11:51:03 +0300
committerLéo De Souza <43355143+de-souza@users.noreply.github.com>2019-02-28 11:51:03 +0300
commit8cd04a9f13056b6fb2603c838f2774b377496437 (patch)
treec30150bdf16002d82dcbd999918fb14658b2aa7b /layouts/_default/baseof.html
parent0e74cc34ba7dbe405cb26e6131ec1477ff990731 (diff)
Use correct scope for site title variable
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 31c5a18..9841df6 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -14,7 +14,7 @@
{{ end }}
</title>
{{ range .AlternativeOutputFormats }}
- {{ printf "<link rel=%q type=%q href=%q title=%q>" .Rel .MediaType.Type .RelPermalink .Site.Title | safeHTML }}
+ {{ printf "<link rel=%q type=%q href=%q title=%q>" .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}
{{ end }}
<style>
{{ partialCached "critical.css" . | safeCSS }}