From 4b47be0bdd561c44dff116a0bbfcf925f3e0278a Mon Sep 17 00:00:00 2001 From: Jake Date: Wed, 5 Nov 2014 21:35:19 -0600 Subject: [PATCH] Serve from cdnjs --- views/layout.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/layout.jade b/views/layout.jade index de5fcf7..2a64725 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -4,9 +4,9 @@ html title= title link(rel='stylesheet', href='/stylesheets/style.css') link(rel="icon", type="image/x-icon", href="/favicon.ico") - link(href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css", rel="stylesheet") + link(href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.0/css/bootstrap.min.css", rel="stylesheet") meta(name="viewport" content="initial-scale=1,maximum-scale=1") - script(src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js") + //script(src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.0/js/bootstrap.min.js") body a.forkme(href="https://github.com/Jake0oo0/crafatar", target="_blank") img(src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67", alt="Fork me on GitHub")