1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00

Adding footer.

This commit is contained in:
Henrik Hautakoski 2019-10-22 15:05:22 +02:00
parent bdee9850fc
commit 799679de67
2 changed files with 10 additions and 0 deletions

3
_includes/footer.html Normal file
View file

@ -0,0 +1,3 @@
<div class="footer">
<p>Page generated on: <i>{{ site.time | date: "%Y-%m-%d %T %Z" }}</i></p>
</div>

View file

@ -6,3 +6,10 @@
figure {
margin: 1em 0 !important;
}
.footer {
margin-top: 3em;
padding: 1em;
border-top: 1px solid $gray-300;
color: $text-gray;
}