Skip to content

Commit

Permalink
Update bpd.css
Browse files Browse the repository at this point in the history
Add footer.html to _includes
Update _layouts/default.html
  • Loading branch information
oleksis committed Sep 14, 2023
1 parent 89ad38a commit 811789c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<footer>
<small>&copy; {{ 'now' | date: "%Y" }} {{ site.title }}</small>
</footer>
4 changes: 1 addition & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@
<body>
{% include header.html %}
<main>{{ content }}</main>
<footer>
<p>&copy; {{ 'now' | date: "%Y" }} {{ site.title }}</p>
</footer>
{% include footer.html %}
<script src="{{ '/assets/js/bpd.js' }}"></script>
</body>
</html>
8 changes: 8 additions & 0 deletions assets/css/bpd.css
Original file line number Diff line number Diff line change
Expand Up @@ -338,3 +338,11 @@ input::-moz-focus-inner {
padding: 6.375rem 35px 2.5rem;
}
}

footer {
border-top: 1px solid #d7d7d7;
justify-content: center;
align-items: center;
display: flex;
margin-top: 2.5em;
}

0 comments on commit 811789c

Please sign in to comment.