From 7acae30875ab26cf92162afa4578a17b235a219f Mon Sep 17 00:00:00 2001 From: Ryan Huang Date: Sat, 7 Jul 2018 00:36:03 -0700 Subject: [PATCH] Add breaking spaces into footer --- templates/footer.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/footer.pug b/templates/footer.pug index 626452ec..bee54117 100644 --- a/templates/footer.pug +++ b/templates/footer.pug @@ -2,7 +2,7 @@ mixin footer footer#footer .container p.text-muted.credit. - Copyright © 2013-2018 Calvin Montgomery · GitHub · Contact · Wiki + Copyright © 2013-2018 Calvin Montgomery · GitHub · Contact · Wiki 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