fix the annoying line

This commit is contained in:
Aminda Suomalainen 2024-05-25 08:43:31 +03:00
parent 3c8760846d
commit 9f145004fb
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,4 @@
<footer class="site-footer">
<hr/>
<div class="wrapper">
<h2 class="footer-heading">{{ site.title }}</h2>

1
_layouts/page.html vendored
View File

@ -7,6 +7,7 @@ layout: default
<h1 class="post-title">{{ page.title }}</h1>
</header>
<article class="post-content">{{ content }}</article>
<hr />
</div>
{% include ad.html %}