1

5 lines
225 B
HTML

{% if current_url %}
<link rel="canonical" href="{{current_url | safe}}" />
{% endif %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{get_url(path=config.feed_filename, trailing_slash=false) | safe}}">