df5c5cd54f
1.) module dependency updated from jade 1.11.0 to pug 2.0.0-beta3 2.) All references to Jade have been changed to Pug 3.) /srv/web/jade.js is renamed to pug.js 4.) all template files renamed accordingly 5.) "mixin somename" is automatically considered a declaration, invocations must use "+somename" 6.) variable interpolation is no longer supported inside element attributes, use direct references and string concatenation instead. 7.) bumped minor version
11 lines
793 B
Plaintext
11 lines
793 B
Plaintext
mixin footer
|
|
footer#footer
|
|
.container
|
|
p.text-muted.credit.
|
|
Copyright © 2013-2016 Calvin Montgomery · <a href="https://github.com/calzoneman/sync" target="_blank" rel="noreferrer noopener">GitHub</a> · <a href="/useragreement" target="_blank">User Agreement</a> · <a href="/contact" target="_blank">Contact</a> · <a href="https://github.com/calzoneman/sync/wiki" target="_blank" rel="noopener noreferrer">Wiki</a>
|
|
script(src="/js/jquery-1.11.0.min.js")
|
|
// Must be included before jQuery-UI since jQuery-UI overrides jQuery.fn.button
|
|
// I should really abandon this crap one day
|
|
script(src="/js/jquery-ui.js")
|
|
script(src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js")
|