From 23c33c0c046a9a27b2a31d334f6f818d8b1b3459 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Sun, 24 Jun 2018 13:37:46 +0200 Subject: Rename HackMD view to CodiMD Even when it looks a bit weird in first place to rename all internals step by step, it makes sense to do so, because we run into confusion afterwards. Signed-off-by: Sheogorath --- public/views/codimd/head.ejs | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 public/views/codimd/head.ejs (limited to 'public/views/codimd/head.ejs') diff --git a/public/views/codimd/head.ejs b/public/views/codimd/head.ejs new file mode 100644 index 00000000..8dfef432 --- /dev/null +++ b/public/views/codimd/head.ejs @@ -0,0 +1,22 @@ + + + + + + +<%= title %> + + +<% if(useCDN) { %> + + + + + + +<%- include ../build/index-header %> +<%- include ../shared/polyfill %> +<% } else { %> + +<%- include ../build/index-pack-header %> +<% } %> -- cgit v1.2.3