summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Mazieres <dm@uun.org>2015-04-19 17:37:55 -0700
committerDavid Mazieres <dm@uun.org>2015-04-19 17:37:55 -0700
commit90d83784e1c9f590d8a5b93116c553500e829427 (patch)
treed1513e9f846437b03f679f005b3c5a0c92a6370d
parent2ef352aebe85003ce6af8c2161888ceb4ec81e28 (diff)
update bootstrap
-rw-r--r--www/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/GNUmakefile b/www/GNUmakefile
index b562152..0842721 100644
--- a/www/GNUmakefile
+++ b/www/GNUmakefile
@@ -1,7 +1,7 @@
all: index.html muchsync.html logo.png
-CSS = http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css \
+CSS = https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css \
local.css
PANDOC = pandoc -s -t html5 --template=template.html \