Compare commits

..

No commits in common. "9f145004fb524a376a74d779b1f9c58cf4eb569a" and "d85eaaf0d203ae5fe588d30c7ac4bbcf19440859" have entirely different histories.

3 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,5 @@
<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
View File

@ -7,7 +7,6 @@ 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 %}

1
_sass/_layout.scss vendored
View File

@ -26,7 +26,6 @@
.site-nav { .site-nav {
float: right; float: right;
line-height: 56px; line-height: 56px;
border: 1px dashed;
.menu-icon { .menu-icon {
display: none; display: none;