This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_partials/layout/footer.html.twig

18 lines
658 B
Twig
Raw Normal View History

2019-03-21 09:38:09 +00:00
<footer class="border-gray-300 border-t mb-8 mt-10 pt-5 text-sm">
2019-02-13 01:43:45 +00:00
<div class="md:flex md:justify-between">
2019-01-04 20:01:38 +00:00
<div>
<p>&copy; 2010-{{ 'now'|date('Y') }} {{ site.title }}</p>
</div>
<div>
<p>
2019-03-29 20:14:52 +00:00
Built with <a href="https://sculpin.io">Sculpin</a>,
<a href="https://vuejs.org">Vue.js</a>
and <a href="https://tailwindcss.com">Tailwind CSS</a>,
stored on <a href="https://github.com/opdavies/oliverdavies.uk">GitHub</a>
and hosted on <a href="https://www.netlify.com">Netlify</a>.
2019-01-04 20:01:38 +00:00
</p>
</div>
</div>
</footer>