blogamore/layouts/partials/footer.html

11 lines
415 B
HTML
Raw Normal View History

2022-11-13 20:52:45 +01:00
<footer class="footer bg-dark text-white">
<nav class="nav justify-content-center navbar-expand-md navbar-dark ">
<a class="nav-link" href="#">Impressum & Datenschutz</a>
2022-11-15 23:34:16 +01:00
{{ with .OutputFormats.Get "rss" -}}
<a class="nav-link" href="{{- .Permalink -}}">RSS-Feed</a>
{{ end }}
2022-11-13 20:52:45 +01:00
</nav>
<p><a class="nav-link" href="#"><small>&copy; 2009-{{ now.Format "2006"}} MarcoDN</small></a></p>
</footer>