diff options
Diffstat (limited to '')
-rw-r--r-- | public/views/head.ejs | 2 | ||||
-rw-r--r-- | public/views/html.hbs | 1 | ||||
-rw-r--r-- | public/views/pretty.ejs | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/public/views/head.ejs b/public/views/head.ejs index a00c2e2b..b4d083bb 100644 --- a/public/views/head.ejs +++ b/public/views/head.ejs @@ -13,10 +13,12 @@ <% if(useCDN) { %> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> +<link rel="stylesheet" href="//cdn.jsdelivr.net/ionicons/2.0.1/css/ionicons.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-social/4.9.0/bootstrap-social.min.css"> <% } else { %> <link rel="stylesheet" href="<%- url %>/vendor/bootstrap/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="<%- url %>/vendor/font-awesome/css/font-awesome.min.css"> +<link rel="stylesheet" href="<%- url %>/vendor/Ionicons/css/ionicons.min.css"> <link rel="stylesheet" href="<%- url %>/css/bootstrap-social.css"> <% } %> <link rel="stylesheet" href="<%- url %>/vendor/jquery-ui/jquery-ui.min.css"> diff --git a/public/views/html.hbs b/public/views/html.hbs index 2d68bb3d..d72901d5 100644 --- a/public/views/html.hbs +++ b/public/views/html.hbs @@ -18,6 +18,7 @@ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> + <link rel="stylesheet" href="https://cdn.jsdelivr.net/ionicons/2.0.1/css/ionicons.min.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/8.8.0/styles/github-gist.min.css"> <style> {{{css}}} diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs index e4255504..ed6e638f 100644 --- a/public/views/pretty.ejs +++ b/public/views/pretty.ejs @@ -17,9 +17,11 @@ <% if(useCDN) { %> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> + <link rel="stylesheet" href="https://cdn.jsdelivr.net/ionicons/2.0.1/css/ionicons.min.css"> <% } else { %> <link rel="stylesheet" href='<%- url %>/vendor/bootstrap/dist/css/bootstrap.min.css'> <link rel="stylesheet" href='<%- url %>/vendor/font-awesome/css/font-awesome.min.css'> + <link rel="stylesheet" href="<%- url %>/vendor/Ionicons/css/ionicons.min.css"> <% } %> <link rel="stylesheet" href='<%- url %>/css/github-extract.css'> <link rel="stylesheet" href='<%- url %>/css/gist.css'> |