improve rss and menu
This commit is contained in:
parent
d13ddb1dc8
commit
8a16b9bc35
2 changed files with 3 additions and 2 deletions
|
@ -14,4 +14,4 @@ Alle-Beitraege = '/eisen/'
|
||||||
RSS-Feed = '/podcast-he.xml'
|
RSS-Feed = '/podcast-he.xml'
|
||||||
|
|
||||||
[list]
|
[list]
|
||||||
Blog = '/eisen/'
|
Das heisse Eisen = '/eisen/'
|
||||||
|
|
|
@ -22,7 +22,8 @@ set search = "eisen" %}
|
||||||
<author>
|
<author>
|
||||||
<name>{% if page.author %}{{ page.author }}{% else %}L3D{% endif %}</name>
|
<name>{% if page.author %}{{ page.author }}{% else %}L3D{% endif %}</name>
|
||||||
</author>
|
</author>
|
||||||
<content type="{% if page.xml_img %}html{% else %}text{% endif %}">
|
{#- <content type="{% if page.xml_img %}html{% else %}text{% endif %}"> #}
|
||||||
|
<content type="html">
|
||||||
{{ page.xml }}
|
{{ page.xml }}
|
||||||
{%- if page.xml_img -%}
|
{%- if page.xml_img -%}
|
||||||
<img width="23%" src="{{ page.xml_img }}" />
|
<img width="23%" src="{{ page.xml_img }}" />
|
||||||
|
|
Loading…
Reference in a new issue