view docs/templates/inc/footer.html @ 474:db73b12ad212

web: Give special pages a linkable URL. All special pages are now in the built-in `special` endpoint, at URLs like `special:/Broken Links`. This makes it possible to link to them from other pages, especially help pages.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 08 Oct 2018 23:49:09 -0700
parents de9a88073d41
children
line wrap: on
line source

<footer role="navigation">
    <p>&copy;2014 &mdash; {{ piecrust.branding|safe }}<br/>
    Wizard of Oz illustrations by William Wallace Denslow, restored
    by <a href="https://creativemarket.com/clikchic">Robyn Gough Designs</a></p>
</footer>