mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
Adding footer.
This commit is contained in:
parent
bdee9850fc
commit
799679de67
2 changed files with 10 additions and 0 deletions
3
_includes/footer.html
Normal file
3
_includes/footer.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<div class="footer">
|
||||
<p>Page generated on: <i>{{ site.time | date: "%Y-%m-%d %T %Z" }}</i></p>
|
||||
</div>
|
||||
|
|
@ -6,3 +6,10 @@
|
|||
figure {
|
||||
margin: 1em 0 !important;
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-top: 3em;
|
||||
padding: 1em;
|
||||
border-top: 1px solid $gray-300;
|
||||
color: $text-gray;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue