diff options
Diffstat (limited to 'public/views/head.ejs')
-rw-r--r-- | public/views/head.ejs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/views/head.ejs b/public/views/head.ejs index 17a4a8fb..a00c2e2b 100644 --- a/public/views/head.ejs +++ b/public/views/head.ejs @@ -32,6 +32,7 @@ <link rel="stylesheet" href="<%- url %>/vendor/highlight-js/github-gist.min.css"> <link rel="stylesheet" href="<%- url %>/vendor/emojify/css/emojify.min.css"> <link rel="stylesheet" href="<%- url %>/vendor/showup/showup.css"> +<link rel="stylesheet" href="<%- url %>/css/mermaid.css"> <link rel="stylesheet" href="<%- url %>/css/markdown.css"> <link rel="stylesheet" href="<%- url %>/css/index.css"> <link rel="stylesheet" href="<%- url %>/css/extra.css"> |