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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2022-05-10 11:09:42 +0300
committerGitHub <noreply@github.com>2022-05-10 11:09:42 +0300
commit78887402aeca0ab44deb8f0de800f7a6974f8c8a (patch)
tree5675f7a669a337bbc1f198ba82e4f90adb516b95
parentc5eef49486c6091d333c0214e369d7362767b7e1 (diff)
Fix top bar in single pages. (#358)1.3.2
-rw-r--r--layouts/page/single.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/page/single.html b/layouts/page/single.html
index 5e18140..09f3fef 100644
--- a/layouts/page/single.html
+++ b/layouts/page/single.html
@@ -9,6 +9,7 @@
<body>
<div id="all">
+ {{ partial "top.html" . }}
{{ partial "nav.html" . }}