diff --git a/docs/page_creation/page_creation.tex b/docs/page_creation/page_creation.tex index fe03d82..7ed8818 100644 --- a/docs/page_creation/page_creation.tex +++ b/docs/page_creation/page_creation.tex @@ -64,7 +64,7 @@ This is an example for a page with the following stuff: \begin{lstlisting}[language=html] --- layout: page -category_title: Basic commands +category-title: Basic commands category-page: basic tags: directory list author: Claudio Maggioni diff --git a/site/_includes/head.html b/site/_includes/head.html index 22b7ce3..8462de8 100644 --- a/site/_includes/head.html +++ b/site/_includes/head.html @@ -5,11 +5,11 @@ {% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %} - + - - - + + + diff --git a/site/_includes/header.html b/site/_includes/header.html index 2a7be14..8f49820 100644 --- a/site/_includes/header.html +++ b/site/_includes/header.html @@ -1,30 +1,28 @@