mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-19 11:27:24 +02:00
Compare commits
No commits in common. "9f145004fb524a376a74d779b1f9c58cf4eb569a" and "d85eaaf0d203ae5fe588d30c7ac4bbcf19440859" have entirely different histories.
9f145004fb
...
d85eaaf0d2
1
_includes/footer.html
vendored
1
_includes/footer.html
vendored
@ -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
1
_layouts/page.html
vendored
@ -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
1
_sass/_layout.scss
vendored
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user