summaryrefslogtreecommitdiff
path: root/public/views/head.ejs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--public/views/head.ejs8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/views/head.ejs b/public/views/head.ejs
index cb48e291..0518ebc7 100644
--- a/public/views/head.ejs
+++ b/public/views/head.ejs
@@ -4,9 +4,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="mobile-web-app-capable" content="yes">
-<meta name="description" content="Realtime collaborative markdown notes on all platforms.">
-<meta name="author" content="jackycute">
-<title>HackMD - Collaborative notes</title>
+<title><%- title %></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/css/bootstrap.min.css">
@@ -19,8 +17,10 @@
<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="/vendor/highlight-js/github.min.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">
+<link rel="stylesheet" href="/css/bootstrap-social.css">
<link rel="stylesheet" href="/css/markdown.css">
<link rel="stylesheet" href="/css/index.css">
<link rel="stylesheet" href="/css/extra.css">