diff --git a/_config.yml b/_config.yml index 1c33a19..55a3928 100755 --- a/_config.yml +++ b/_config.yml @@ -9,6 +9,7 @@ favicon: "/img/favicon.ico" black-favicon: "/img/black-lab-glass.ico" google-tracking-id: "UA-35880426-3" disqus-shortname: "panossakkos" +cdn-resources: True # Navigation bar links # Blog link in the blog and post pages will point to the blog.html#blog diff --git a/_includes/head.html b/_includes/head.html index 6639528..6683589 100755 --- a/_includes/head.html +++ b/_includes/head.html @@ -12,14 +12,22 @@ {{ site.title }} {% if page.title %} | {{ page.title }}{% endif %} - + {% if site.cdn-resources %} + + {% else %} + + {% endif %} - + {% if site.cdn-resources %} + + {% else %} + + {% endif %} @@ -29,7 +37,7 @@ - {{% if site.favicon %}} + {% if site.favicon %} - {{% endif %}} + {% endif %} diff --git a/_includes/js.html b/_includes/js.html index 7ab1280..c258ac6 100755 --- a/_includes/js.html +++ b/_includes/js.html @@ -1,13 +1,26 @@ - +{% if site.cdn-resources %} + +{% else %} + +{% endif %} - +{% if site.cdn-resources %} + +{% else %} + +{% endif %} - +{% if site.cdn-resources %} + +{% else %} + +{% endif %} + {% if site.google-tracking-id %} diff --git a/_includes/navigation.html b/_includes/navigation.html index aad305e..daf1435 100755 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -10,7 +10,7 @@ {% else %} {% endif %} -
{{% if site.black-favicon %}} {{% endif %}}{{ site.title }}
+
{% if site.black-favicon %} {% endif %}{{ site.title }}
diff --git a/fonts/glyphicons-halflings-regular.eot b/fonts/glyphicons-halflings-regular.eot deleted file mode 100755 index 4a4ca86..0000000 Binary files a/fonts/glyphicons-halflings-regular.eot and /dev/null differ diff --git a/fonts/glyphicons-halflings-regular.svg b/fonts/glyphicons-halflings-regular.svg deleted file mode 100755 index 25691af..0000000 --- a/fonts/glyphicons-halflings-regular.svg +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/fonts/glyphicons-halflings-regular.ttf b/fonts/glyphicons-halflings-regular.ttf deleted file mode 100755 index 67fa00b..0000000 Binary files a/fonts/glyphicons-halflings-regular.ttf and /dev/null differ diff --git a/fonts/glyphicons-halflings-regular.woff b/fonts/glyphicons-halflings-regular.woff deleted file mode 100755 index 8c54182..0000000 Binary files a/fonts/glyphicons-halflings-regular.woff and /dev/null differ