This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
victor-hugo/site/layouts/partials/footer.html

11 lines
535 B
HTML
Raw Normal View History

2020-03-31 12:13:03 +00:00
<footer class="footer transition-fade">
<div class="l-underlay body-bg"></div>
2020-03-29 18:58:41 +00:00
<div class="l-wrapper">
2020-03-31 12:13:03 +00:00
<ul class="l-flex-list-row">
<li class="footer_item"><a href="{{ "terms-and-conditions" | relURL }}">Terms and Conditions</a></li>
<li class="footer_item"><a><a href="{{ "privacy-policy" | relURL }}">Privacy Policy</a></li>
2020-03-29 18:58:41 +00:00
</ul>
2020-03-31 12:13:03 +00:00
<p class="footer__attr">Copyright &copy; <span id="js-copy-date">2020</span> &dash; <a rel="nofollow" href="https://rayelliott.dev">rayelliott.dev</a></p>
2020-03-29 18:58:41 +00:00
</div>
2020-03-28 20:03:17 +00:00
</footer>