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 14:52:30 +0300
committerGitHub <noreply@github.com>2022-05-10 14:52:30 +0300
commit5d47f21e0933be12e7ecbfc4b414c58fe6a583c6 (patch)
tree8ecea70135b6fc83bd418151ba012adc4f6ac94d
parent78887402aeca0ab44deb8f0de800f7a6974f8c8a (diff)
Fixed header in blog and single pages. (#359)
-rw-r--r--layouts/_default/list.html2
-rw-r--r--layouts/_default/single.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 1e88a43..41bde81 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -10,6 +10,8 @@
<div id="all">
+ {{ partial "top.html" . }}
+
{{ partial "nav.html" . }}
{{ partial "breadcrumbs.html" . }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 7f32435..88bf641 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -10,6 +10,8 @@
<div id="all">
+ {{ partial "top.html" . }}
+
{{ partial "nav.html" . }}
{{ partial "breadcrumbs.html" . }}