mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Comment out permalink change
This commit is contained in:
parent
b9834ce6f0
commit
4077eb6a4b
2 changed files with 6 additions and 6 deletions
10
_config.yml
10
_config.yml
|
@ -10,8 +10,8 @@ exclude:
|
||||||
sass:
|
sass:
|
||||||
style: :compressed
|
style: :compressed
|
||||||
|
|
||||||
defaults:
|
#defaults:
|
||||||
- scope:
|
# - scope:
|
||||||
path: _posts
|
# path: _posts
|
||||||
values:
|
# values:
|
||||||
permalink: ''
|
# permalink: ''
|
||||||
|
|
2
feed.xml
2
feed.xml
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue