Erster Entwurf
This commit is contained in:
commit
b5d27b3fc9
66 changed files with 11671 additions and 0 deletions
16
themes/mainroad/layouts/partials/footer.html
Normal file
16
themes/mainroad/layouts/partials/footer.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
</div><!-- .wrapper -->
|
||||
<footer class="footer">
|
||||
<div class="container container-inner">
|
||||
<div class="footer__copyright">© {{ now.Format "2006" }} {{ .Site.Title }}. <span class="footer__copyright-credits">{{ T "footer_credits" | safeHTML }}</span></div>
|
||||
</div>
|
||||
</footer>
|
||||
</div><!-- .container-outer -->
|
||||
|
||||
<script>
|
||||
var navigation = responsiveNav(".menu", {
|
||||
navClass: "menu--collapse",
|
||||
});
|
||||
</script>
|
||||
{{- partial "mathjax.html" . -}}
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue