Move sculpin-old
This commit is contained in:
parent
91641eb4cb
commit
628310cc6a
447 changed files with 0 additions and 0 deletions
17
old/sculpin-old/source/_partials/layout/footer.html.twig
Normal file
17
old/sculpin-old/source/_partials/layout/footer.html.twig
Normal file
|
@ -0,0 +1,17 @@
|
|||
<footer class="border-gray-300 border-t mb-8 mt-10 pt-5 text-sm">
|
||||
<div class="md:flex md:justify-between">
|
||||
<div>
|
||||
<p>© 2010-{{ 'now'|date('Y') }} {{ site.title }}</p>
|
||||
</div>
|
||||
|
||||
<div class="mt-4 md:mt-0">
|
||||
<p>
|
||||
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>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
Loading…
Add table
Add a link
Reference in a new issue