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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurizal Susanto <rizal.sagi@gmail.com>2017-07-01 15:12:27 +0300
committerYurizal Susanto <rizal.sagi@gmail.com>2017-07-01 15:12:27 +0300
commitfb9d8e280e5309ceabda0956bf92d47daabb5bbe (patch)
treeea2f364daa2ec04e2769066db9f49d62522e1455 /layouts
parentd0c503d4499a4e21ec0cd6e082c14e203da97a48 (diff)
Add hr tag to better distinguish sections
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html1
-rw-r--r--layouts/partials/title.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 4c76490..c82e3b2 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,3 +1,4 @@
+ <hr>
</main>
<footer class="container">
<div class="u-footer">
diff --git a/layouts/partials/title.html b/layouts/partials/title.html
index cc6d5c1..d450e52 100644
--- a/layouts/partials/title.html
+++ b/layouts/partials/title.html
@@ -4,4 +4,4 @@
<h5>{{.}}</h5>
{{ end }}
</hgroup>
-
+<hr>