Skip to content

Commit 36495d0

Browse files
committed
adding footer
1 parent 1d0303f commit 36495d0

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

_includes/layouts/base.njk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,9 @@
5757
<main id="main">
5858
{{ content | safe }}
5959
</main>
60+
61+
<footer>
62+
<a href="https://github.com/polent" rel="me">github.com/polent</a>
63+
</footer>
6064
</body>
6165
</html>

public/css/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,3 +369,9 @@ ul.b-tags {
369369
margin: 0;
370370
padding: 0;
371371
}
372+
373+
footer {
374+
padding: 1em;
375+
text-align: center;
376+
display: block;
377+
}

0 commit comments

Comments
 (0)