Mercurial > wikked
annotate 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 |
rev | line source |
---|---|
382
3a61f45702cb
docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 <footer role="navigation"> |
399
de9a88073d41
docs: Add credits for the illustrations.
Ludovic Chabant <ludovic@chabant.com>
parents:
382
diff
changeset
|
2 <p>©2014 — {{ piecrust.branding|safe }}<br/> |
de9a88073d41
docs: Add credits for the illustrations.
Ludovic Chabant <ludovic@chabant.com>
parents:
382
diff
changeset
|
3 Wizard of Oz illustrations by William Wallace Denslow, restored |
de9a88073d41
docs: Add credits for the illustrations.
Ludovic Chabant <ludovic@chabant.com>
parents:
382
diff
changeset
|
4 by <a href="https://creativemarket.com/clikchic">Robyn Gough Designs</a></p> |
382
3a61f45702cb
docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
5 </footer> |
3a61f45702cb
docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
6 |