mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-18 02:47:24 +02:00
Compare commits
3 Commits
d85eaaf0d2
...
9f145004fb
Author | SHA1 | Date | |
---|---|---|---|
9f145004fb | |||
3c8760846d | |||
e05a45dd55 |
1
_includes/footer.html
vendored
1
_includes/footer.html
vendored
@ -1,5 +1,4 @@
|
||||
<footer class="site-footer">
|
||||
<hr/>
|
||||
<div class="wrapper">
|
||||
<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>
|
||||
</header>
|
||||
<article class="post-content">{{ content }}</article>
|
||||
<hr />
|
||||
</div>
|
||||
|
||||
{% include ad.html %}
|
||||
|
1
_sass/_layout.scss
vendored
1
_sass/_layout.scss
vendored
@ -26,6 +26,7 @@
|
||||
.site-nav {
|
||||
float: right;
|
||||
line-height: 56px;
|
||||
border: 1px dashed;
|
||||
|
||||
.menu-icon {
|
||||
display: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user