diff --git a/_includes/pagination.html b/_includes/pagination.html index aa2a67608..35cc15c17 100644 --- a/_includes/pagination.html +++ b/_includes/pagination.html @@ -1,8 +1,8 @@ -
+
{% if page.previous %} - + {% endif %} {% if page.next %} - + {% endif %} -
\ No newline at end of file +
diff --git a/_layouts/default.html b/_layouts/default.html index 5816b8e15..f576ef60c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,8 +2,15 @@ - - + {% if page.title %} + + + {{ page.title }} - {{ site.title }} + {% else %} + + + {{ site.title }} + {% endif %} {{ page.title }} - {{ site.title }} {% include head.html %} diff --git a/stylesheets/style.css b/stylesheets/style.css index d6b55d540..dcf624639 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -2,6 +2,8 @@ .bg-super-white { background: #f9f9f9; } .top-50 { top: 50% } +.pointers { pointer-events: auto; } +.no-pointers { pointer-events: none; } .link:hover { background: url(/images/line.png) repeat-x left bottom; } /* Markdown styles */