diff --git a/_includes/single_page.html b/_includes/single_page.html index bbdc229..0e74e7b 100644 --- a/_includes/single_page.html +++ b/_includes/single_page.html @@ -1,6 +1,6 @@

- {{post.title}} + {{post.title}}

{% if post.date %}

diff --git a/_layouts/default.html b/_layouts/default.html index 3952760..d6f112a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,26 +2,26 @@ - fnordig.de - - + fnordig.de + + - - + +

- - + + diff --git a/_layouts/post.html b/_layouts/post.html index 5537ab1..62867de 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,7 +3,7 @@ layout: default ---

- {{page.title}} + {{page.title}}

{% if page.date %}

diff --git a/feed.xml b/feed.xml index c89b3d2..5f021dd 100644 --- a/feed.xml +++ b/feed.xml @@ -19,7 +19,7 @@ layout: nil {{ post.title }} {{ post.date | date_to_xmlschema }} - http://fnordig.de{{ post.url }} + http://fnordig.de{{site.baseurl}}{{ post.url | replace_first: '/'}} {{ post.content | xml_escape }} {% endfor %} diff --git a/index.html b/index.html index 18e63d2..0160926 100644 --- a/index.html +++ b/index.html @@ -10,9 +10,9 @@ title: fnordig.de

{% if paginator.previous_page %} {% if paginator.previous_page == 1 %} - + {% else %} - + {% endif %} {% endif %} @@ -21,6 +21,6 @@ title: fnordig.de {% endif %} {% if paginator.next_page %} - + {% endif %}
diff --git a/posts.md b/posts.md index 7760fcd..a17d4ce 100644 --- a/posts.md +++ b/posts.md @@ -4,5 +4,5 @@ title: posts --- {% for post in site.posts %} -* {{post.date | date_to_string}}: [{{post.title}}]({{post.url}}) +* {{post.date | date_to_string}}: [{{post.title}}]({{post.url | remove_first: '/' | prepend: site.baseurl}}) {% endfor %}