Add footer partial (move it from the theme)
This commit is contained in:
parent
a2474e9b5e
commit
09aca8705a
1 changed files with 6 additions and 0 deletions
6
layouts/partials/footer.html
Normal file
6
layouts/partials/footer.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<footer class="footer">
|
||||
<p>© {{ now.Year }} <a href="{{ `` | absURL }}">Eryn Wells</a></p>
|
||||
<p>Trans rights.</p>
|
||||
<p>Black lives matter.</p>
|
||||
<p>Get the vaccine.</p>
|
||||
</footer>
|
Loading…
Add table
Add a link
Reference in a new issue