diff --git a/404.html b/404.html index c9e6576f..65cfe894 100644 --- a/404.html +++ b/404.html @@ -29,11 +29,11 @@

Similar URLs

- - - + + + diff --git a/_includes/footer.html b/_includes/footer.html index b6bafbb9..5daa8906 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,5 +1,5 @@ \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index 4f2f1b4d..da6666f2 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -5,11 +5,11 @@ {% endif %}
-

{{ site.title }}

+

{{ site.title }}

{{ site.subtitle }}

- + diff --git a/_layouts/headless.html b/_layouts/headless.html index 6463f954..007b06a6 100644 --- a/_layouts/headless.html +++ b/_layouts/headless.html @@ -9,5 +9,5 @@ - + diff --git a/api/posts.json b/api/posts.json index b97f6603..536b6797 100644 --- a/api/posts.json +++ b/api/posts.json @@ -6,7 +6,7 @@ { "title": "{{ post.title }}", "category": "{{ post.category }}", - "url": "{{ post.url | prepend: site.baseurl | prepend: site.url }}", + "url": "{{ post.url | absolute_url }}", "tags": {{ post.tags | jsonify }}, "date": "{{ post.date }}", "language": "{% if post.language %}{{ post.language | downcase }}{% else %}{{ site.language | downcase }}{% endif %}" diff --git a/feed.xml b/feed.xml index 543cf44b..3a646333 100644 --- a/feed.xml +++ b/feed.xml @@ -6,18 +6,18 @@ layout: null {{ site.title | xml_escape }} {{ site.description | xml_escape }} - {{ "" | absolute_url }}/ + {{ "/" | absolute_url }} {{ site.time | date_to_rfc822 }} {{ site.time | date_to_rfc822 }} - Jekyll Av{{ jekyll.version }} + Jekyll v{{ jekyll.version }} {% for post in site.posts limit:10 %} {{ post.title | xml_escape }} {{ post.content | xml_escape }} {{ post.date | date_to_rfc822 }} - {{ post.url | prepend: site.baseurl | prepend: site.url }} - {{ post.url | prepend: site.baseurl | prepend: site.url }} + {{ post.url | absolute_url}} + {{ post.url | absolute_url }} {% for tag in post.tags %} {{ tag | xml_escape }} {% endfor %}