itsblue-website/themes/quark-hugo/layouts/partials/footer.html

5 lines
206 B
HTML
Raw Normal View History

2021-10-07 11:21:03 +02:00
<section id="footer" class="section bg-dark-gray">
<section class="container {{ .Site.Params.GridSize }}">
<p>&copy; 2018-{{ now.Format "2006"}} Itsblue Development</p>
</section>
</section>