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-22 20:45:24 +0300
committerLéo De Souza <43355143+de-souza@users.noreply.github.com>2019-02-22 20:45:24 +0300
commitd9467bf410d955e6990ca139cc0ca7788fda4fa3 (patch)
treea4ce25336f833f9fa22f4adb779bd189d1da0a6c /layouts/_default/baseof.html
parent7e17a6da4501d506cb3f28b38cbe8ad4c2fc6eb9 (diff)
Minor modifications
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 5cfcd06..068d034 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,8 +1,5 @@
{{ block "preload" . }}
-
-<!-- Preload shortcodes -->
{{ with .Content }}{{ end }}
-
{{ end }}
{{ $site := .Site.Title | default "Hugo Flex" }}
@@ -19,7 +16,7 @@
{{ end }}
</title>
{{ range .AlternativeOutputFormats }}
- {{ printf "<link rel=%q type=%q href=%q title=%q>" .Rel .MediaType.Type .Permalink $site | safeHTML }}
+ {{ printf "<link rel=%q type=%q href=%q title=%q>" .Rel .MediaType.Type .RelPermalink $site | safeHTML }}
{{ end }}
<style>
{{ partialCached "critical.css" . | safeCSS }}
@@ -52,9 +49,9 @@
</div>
</main>
{{ with .Site.Params.footer }}
- <footer>
+ <footer class="footer">
<div class="wrapper">
- <div class="padding display">
+ <div class="padding">
{{ . | safeHTML }}
</div>
</div>