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

github.com/danielkvist/hugo-terrassa-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-01-28 21:02:17 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-01-28 21:13:08 +0300
commit0ec1e6df215356ac0a3ad9fdc2a11a3866291a96 (patch)
treecc772d15c497d6bf0205ab570bce74b0b299268c
parent6bf12521c1107a390772f8eb31c5041428ec1f6f (diff)
remove hr
-rw-r--r--layouts/_default/single.html4
-rw-r--r--layouts/contact/list.html2
2 files changed, 0 insertions, 6 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 9176a3b..f6b15ae 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -18,15 +18,11 @@
{{ end }}
</header>
- <hr>
-
<main class="post__body">
{{ .Content }}
</main>
{{ if ne .Type "page" }}
- <hr>
-
<footer class="post__footer">
{{ .Render "tags" }}
</footer>
diff --git a/layouts/contact/list.html b/layouts/contact/list.html
index a54e3bb..83b7402 100644
--- a/layouts/contact/list.html
+++ b/layouts/contact/list.html
@@ -3,8 +3,6 @@
<h1 class="contact__title">{{ .Title }}</h1>
<p class="contact__content">{{ .Description }}</p>
- <hr>
-
{{ if $.Site.Params.form.netlify }}
<form name="contact" method="POST" data-netlify="true" class="contact__form" id="contactForm">
{{ else }}