mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 20:19:32 +01:00
fix the annoying line
This commit is contained in:
parent
3c8760846d
commit
9f145004fb
1
_includes/footer.html
vendored
1
_includes/footer.html
vendored
@ -1,5 +1,4 @@
|
|||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
<hr/>
|
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<h2 class="footer-heading">{{ site.title }}</h2>
|
<h2 class="footer-heading">{{ site.title }}</h2>
|
||||||
|
|
||||||
|
1
_layouts/page.html
vendored
1
_layouts/page.html
vendored
@ -7,6 +7,7 @@ layout: default
|
|||||||
<h1 class="post-title">{{ page.title }}</h1>
|
<h1 class="post-title">{{ page.title }}</h1>
|
||||||
</header>
|
</header>
|
||||||
<article class="post-content">{{ content }}</article>
|
<article class="post-content">{{ content }}</article>
|
||||||
|
<hr />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include ad.html %}
|
{% include ad.html %}
|
||||||
|
Loading…
Reference in New Issue
Block a user