personal-site/layouts/partials/footer.html
Abdulkadir Furkan Şanlı 31c0288d09
Disable format on save and let your sorrows disappear
Signed-off-by: Abdulkadir Furkan Şanlı <me@abdulocra.cy>
2020-12-26 00:59:18 +01:00

16 lines
525 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
<span>© Abdulkadir Furkan Şanlı {{ now.Year }} :: <a href="https://creativecommons.org/licenses/by-nd/4.0/">CC
BY-ND</a>
:: theme by <a href="https://twitter.com/panr">panr</a></span>
</div>
</div>
</footer>
<script src="{{ "assets/main.js" | absURL }}"></script>
<script src="{{ "assets/prism.js" | absURL }}"></script>
<!-- Extended footer section-->
{{ partial "extended_footer.html" . }}