7 lines
No EOL
325 B
HTML
7 lines
No EOL
325 B
HTML
<footer class="footer">
|
|
<div class="footer__copyright">© {{ now.Format "2006" }} {{ .Site.Title }}. <span class="footer__copyright-credits">{{ T "footer_credits" | safeHTML }}</span></div>
|
|
</footer>
|
|
<script src="{{ "js/modernizr.js" | relURL }}"></script>
|
|
<script src="{{ "js/menu.js" | relURL }}"></script>
|
|
</body>
|
|
</html> |