itsblue-website/themes/itsblue/templates/partials/footer.html.twig
Dorian Zedler 876f603732
- added MakerLab Murnau to links
- automated copyright year update
2020-05-06 09:36:26 +02:00

6 lines
192 B
Twig
Executable file

<section id="footer" class="section bg-gray">
<section class="container {{ grid_size }}">
<p>&copy; 2018-{{"now"|date('Y')}} Itsblue Development</p>
</section>
</section>