view docs/templates/inc/footer.html @ 444:2f68a463cb06

cm: Replace Grunt/RequireJS with Gulp/Browserify. Yes, I know, this sounds like it's 2014 or something, and cool kids are now actually on webpack or whatever. Anyway, besides the change to a `gulpfile`, it also moves all dependencies over to `npm` (via the `package.json` file), which cleans up the repository nicely, and replaces awkward JS imports with simpler `require` statements.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 03 Jan 2018 00:51:59 -0800
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>