summaryrefslogtreecommitdiff
path: root/public/views/head.ejs
diff options
context:
space:
mode:
authorWu Cheng-Han2015-05-15 12:58:13 +0800
committerWu Cheng-Han2015-05-15 12:58:13 +0800
commit4e64583a0b6175d2c9a6729ffde1472dd55d389c (patch)
tree75253f2425f2e4f5906ed4fd30eca29a906ee47a /public/views/head.ejs
parent2d36d7ce84c636faac17cef3d3a7c22568df38fe (diff)
Marked as 0.2.8
Diffstat (limited to '')
-rw-r--r--public/views/head.ejs16
1 files changed, 5 insertions, 11 deletions
diff --git a/public/views/head.ejs b/public/views/head.ejs
index 23a9e64a..b47fe730 100644
--- a/public/views/head.ejs
+++ b/public/views/head.ejs
@@ -6,25 +6,19 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="description" content="Realtime collaborative markdown notes on all platforms.">
<meta name="author" content="jackycute">
-<!-- Open Graph data -->
-<meta property="og:title" content="HackMD - Collaborative notes">
-<meta property="og:type" content="website">
-<meta property="og:url" content="https://hackmd.herokuapp.com/">
-<meta property="og:description" content="Realtime collaborative markdown notes on all platforms.">
-<meta property="og:site_name" content="HackMD">
-<meta property="fb:admins" content="1463801565">
<title>HackMD - Collaborative notes</title>
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
-<!--<link rel="stylesheet" href="/vendor/bootstrap-3.3.1/css/bootstrap.min.css">-->
-<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
-<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
+<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css">
+<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/vendor/codemirror/lib/codemirror.css">
<link rel="stylesheet" href="/vendor/codemirror/addon/fold/foldgutter.css">
+<link rel="stylesheet" href="/vendor/codemirror/addon/dialog/dialog.css">
+<link rel="stylesheet" href="/vendor/codemirror/addon/scroll/simplescrollbars.css">
+<link rel="stylesheet" href="/vendor/codemirror/addon/search/matchesonscrollbar.css">
<link rel="stylesheet" href="/vendor/codemirror/theme/monokai.css">
<link rel="stylesheet" href="/css/github-extract.css">
<link rel="stylesheet" href="/css/gist.css">
-<!--<link rel="stylesheet" href="/css/github-code-cdn.css">-->
<link rel="stylesheet" href="/vendor/highlight-js/github.min.css">
<link rel="stylesheet" href="/vendor/emojify/css/emojify.min.css" />
<link rel="stylesheet" href="/css/markdown.css">