Comment out permalink change

This commit is contained in:
mathiascode 2019-12-01 07:50:40 +02:00
parent b9834ce6f0
commit 4077eb6a4b
2 changed files with 6 additions and 6 deletions

View file

@ -10,8 +10,8 @@ exclude:
sass: sass:
style: :compressed style: :compressed
defaults: #defaults:
- scope: # - scope:
path: _posts # path: _posts
values: # values:
permalink: '' # permalink: ''

View file

@ -24,7 +24,7 @@ layout: minify
<content type="html">{{ post.content | xml_escape }}</content> <content type="html">{{ post.content | xml_escape }}</content>
<published>{{ post.date | date_to_xmlschema }}</published> <published>{{ post.date | date_to_xmlschema }}</published>
<updated>{{ post.date | date_to_xmlschema }}</updated> <updated>{{ post.date | date_to_xmlschema }}</updated>
<id>{{ post.url }}</id> <id>{{ site.url }}{{ post.url }}</id>
<link href="{{ site.url }}/news/"/> <link href="{{ site.url }}/news/"/>
</entry> </entry>
{% endfor %} {% endfor %}