File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 "bootstrap" : " ~3.3.6" ,
2222 "jquery" : " ~1.11.3" ,
2323 "font-awesome" : " ~4.5.0" ,
24+ "Ionicons" : " ionicons#~2.0.1" ,
2425 "reveal.js" : " ~3.2.0" ,
2526 "gsap" : " greensock#~1.18.0" ,
2627 "jquery-mousewheel" : " ~3.1.13" ,
Original file line number Diff line number Diff line change 1313<% if (useCDN) { % >
1414< link rel= " stylesheet" href= " //maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" >
1515< link rel= " stylesheet" href= " //maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" >
16+ < link rel= " stylesheet" href= " //cdn.jsdelivr.net/ionicons/2.0.1/css/ionicons.min.css" >
1617< link rel= " stylesheet" href= " //cdnjs.cloudflare.com/ajax/libs/bootstrap-social/4.9.0/bootstrap-social.min.css" >
1718< % } else { % >
1819< link rel= " stylesheet" href= " <%- url %>/vendor/bootstrap/dist/css/bootstrap.min.css" >
1920< link rel= " stylesheet" href= " <%- url %>/vendor/font-awesome/css/font-awesome.min.css" >
21+ < link rel= " stylesheet" href= " <%- url %>/vendor/Ionicons/css/ionicons.min.css" >
2022< link rel= " stylesheet" href= " <%- url %>/css/bootstrap-social.css" >
2123< % } %>
2224<link rel =" stylesheet" href =" <%- url %>/vendor/jquery-ui/jquery-ui.min.css" >
Original file line number Diff line number Diff line change 1818
1919 <link rel =" stylesheet" href =" https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" >
2020 <link rel =" stylesheet" href =" https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" >
21+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/ionicons/2.0.1/css/ionicons.min.css" >
2122 <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/highlight.js/8.8.0/styles/github-gist.min.css" >
2223 <style >
2324 {{{css }}}
Original file line number Diff line number Diff line change 1717 <% if (useCDN) { % >
1818 < link rel= " stylesheet" href= " https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" >
1919 < link rel= " stylesheet" href= " https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" >
20+ < link rel= " stylesheet" href= " https://cdn.jsdelivr.net/ionicons/2.0.1/css/ionicons.min.css" >
2021 < % } else { % >
2122 < link rel= " stylesheet" href= ' <%- url %>/vendor/bootstrap/dist/css/bootstrap.min.css' >
2223 < link rel= " stylesheet" href= ' <%- url %>/vendor/font-awesome/css/font-awesome.min.css' >
24+ < link rel= " stylesheet" href= " <%- url %>/vendor/Ionicons/css/ionicons.min.css" >
2325 < % } %>
2426 <link rel =" stylesheet" href =' <%- url %>/css/github-extract.css' >
2527 <link rel =" stylesheet" href =' <%- url %>/css/gist.css' >
You can’t perform that action at this time.
0 commit comments