mirror of https://github.com/calzoneman/sync.git
Add wiki link to footer
This commit is contained in:
parent
881f8be5c4
commit
0537d0b202
|
@ -2,7 +2,7 @@ mixin footer
|
||||||
footer#footer
|
footer#footer
|
||||||
.container
|
.container
|
||||||
p.text-muted.credit.
|
p.text-muted.credit.
|
||||||
Copyright © 2013-2014 Calvin Montgomery · <a href="https://github.com/calzoneman/sync">GitHub</a> · <a href="/useragreement">User Agreement</a> · <a href="/contact">Contact</a>
|
Copyright © 2013-2014 Calvin Montgomery · <a href="https://github.com/calzoneman/sync">GitHub</a> · <a href="/useragreement">User Agreement</a> · <a href="/contact">Contact</a> · <a href="https://github.com/calzoneman/sync/wiki">Wiki</a>
|
||||||
script(src="/js/jquery.js")
|
script(src="/js/jquery.js")
|
||||||
// Must be included before jQuery-UI since jQuery-UI overrides jQuery.fn.button
|
// Must be included before jQuery-UI since jQuery-UI overrides jQuery.fn.button
|
||||||
// I should really abandon this crap one day
|
// I should really abandon this crap one day
|
||||||
|
|
Loading…
Reference in New Issue