summaryrefslogtreecommitdiff
path: root/public/views/head.ejs
diff options
context:
space:
mode:
authorWu Cheng-Han2015-09-25 19:04:15 +0800
committerWu Cheng-Han2015-09-25 19:04:15 +0800
commit4e0a1021011e9c64c6d5c2fe82f17bc34ff529f8 (patch)
tree5e3896e997d84619a4949153c50d95f9fd265120 /public/views/head.ejs
parent3882f4f044030484a8597befd86f7bdb9fd8b70e (diff)
Removed include gist.css, will loaded by gist-embed.js from gist ajax
Diffstat (limited to 'public/views/head.ejs')
-rw-r--r--public/views/head.ejs1
1 files changed, 0 insertions, 1 deletions
diff --git a/public/views/head.ejs b/public/views/head.ejs
index eabe24b7..fa85daf9 100644
--- a/public/views/head.ejs
+++ b/public/views/head.ejs
@@ -25,7 +25,6 @@
<link rel="stylesheet" href="/vendor/codemirror/theme/monokai.css">
<link rel="stylesheet" href="/vendor/codemirror/theme/one-dark.css">
<link rel="stylesheet" href="/css/github-extract.css">
-<link rel="stylesheet" href="/css/gist.css">
<link rel="stylesheet" href="/vendor/highlight-js/github-gist.min.css">
<link rel="stylesheet" href="/vendor/emojify/css/emojify.min.css">
<link rel="stylesheet" href="/vendor/showup/showup.css">