Files
markusgraf_ch/layouts/partials/footer.html
T

10 lines
267 B
HTML
Raw Normal View History

<footer class="bg-light mt-5 py-4">
<div class="container">
<div class="row">
<div class="col-12 text-center text-muted">
<p class="mb-0">&copy; {{ now.Year }} {{ .Site.Title }}. All rights reserved.</p>
</div>
</div>
</div>
</footer>