Fix #925
[KisSync.git] / templates / footer.pug
blob210e45a1be2bda8a67aaa536bbda2951ec12c593
1 mixin footer
2   footer#footer
3     .container
4       p.text-muted.credit.
5         Powered by CyTube, available on <a href="https://github.com/calzoneman/sync" target="_blank" rel="noreferrer noopener">GitHub</a>&nbsp;&middot; <a href="/contact" target="_blank">Contact</a>&nbsp;&middot; <a href="https://github.com/calzoneman/sync/wiki" target="_blank" rel="noopener noreferrer">Wiki</a>
6   script(src="/js/jquery-1.11.0.min.js")
7   // Must be included before jQuery-UI since jQuery-UI overrides jQuery.fn.button
8   // I should really abandon this crap one day
9   script(src="/js/jquery-ui.js")
10   script(src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js")