diff --git a/_config.yml b/_config.yml index 5a6a7e8a..24a22ef1 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ name: kremalicious -description: Blog of designer & developer Matthias Kretschmann +description: 'Blog of designer & developer Matthias Kretschmann' url: http://kremalicious.com author: Matthias Kretschmann diff --git a/_src/_includes/head.html b/_src/_includes/head.html new file mode 100644 index 00000000..b902dad7 --- /dev/null +++ b/_src/_includes/head.html @@ -0,0 +1,55 @@ + + + + + {% if paginator.next_page != 2 %} + Page {{ paginator.page }} ¦ {{ page.title }} + {% else %} + {{ page.title }} ¦ {{ site.name }} + {% endif %} + + + {% if page.description %} + + {% else %} + + {% endif %} + + + + + + + + + {% if page.style %} + + {% endif %} + + + + + + + + + {% if page.title %} + + {% else %} + + {% endif %} + {% if page.url %} + + {% endif %} + {% if page.description %} + + {% else %} + + {% endif %} + {% if page.image %} + + {% else %} + + {% endif %} + + \ No newline at end of file diff --git a/_src/_layouts/base.html b/_src/_layouts/base.html index 601f2be3..d5aceabb 100644 --- a/_src/_layouts/base.html +++ b/_src/_layouts/base.html @@ -25,27 +25,9 @@ _____________________________________________ --> - - - - {{ page.title }} ¦ {{ site.name }} - - - - - - - - - - {% if page.style %} - - {% endif %} - - - - - + + {% include head.html %} + {% include header.html %} diff --git a/_src/_layouts/post.html b/_src/_layouts/post.html index a6da650b..b2604317 100644 --- a/_src/_layouts/post.html +++ b/_src/_layouts/post.html @@ -2,7 +2,7 @@ layout: base --- -
+

{{ page.title }}

diff --git a/_src/index.html b/_src/index.html index c4b8e276..41fc8366 100644 --- a/_src/index.html +++ b/_src/index.html @@ -1,6 +1,7 @@ --- layout: base -title: Home +title: kremalicious +description: 'Blog of designer & developer Matthias Kretschmann' --- {% for post in paginator.posts %}