diff --git a/404.html b/404.html new file mode 100644 index 00000000..56efce4a --- /dev/null +++ b/404.html @@ -0,0 +1,11 @@ +--- +layout: default +title: Page not found +permalink: /404 +nav_exclude: true +search_exclude: true +--- + +

Page not found

+ +

The page you requested could not be found. Try using the navigation {% if site.search_enabled %}or search {% endif %}to find what you're looking for or go to this site's home page.

diff --git a/_includes/head.html b/_includes/head.html index cbd41f9d..eae6a5e9 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,12 +2,39 @@ - {{ page.title }} - {{ site.title }} - - {% if site.search_enabled != nil %} - + {% if site.plugins.jekyll-seo == nil %} + {{ page.title }} - {{ site.title }} + + {% if page.description %} + + {% endif %} + {% endif %} + + + + + + {% if site.ga_tracking != nil %} + + + + {% endif %} + + {% if site.search_enabled != false %} + {% endif %} - + + + {% seo %} + + {% include head_custom.html %} + diff --git a/_includes/head_custom.html b/_includes/head_custom.html new file mode 100644 index 00000000..e69de29b diff --git a/_includes/js/custom.js b/_includes/js/custom.js new file mode 100644 index 00000000..e69de29b diff --git a/_includes/nav.html b/_includes/nav.html index 4ebd91f3..d561a42a 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,44 +1,40 @@ -