Use own fork of hermit-zola for updates.
This commit is contained in:
parent
a09b166902
commit
7a0efc520b
7 changed files with 44 additions and 28 deletions
|
@ -1,8 +1,8 @@
|
|||
{% extends "index.html" %} {% import "macros.html" as macros %}
|
||||
|
||||
{% block feed %}
|
||||
{% if config.generate_feed %}
|
||||
{% set feed_path = section.path ~ config.feed_filename %}
|
||||
{% if config.generate_feeds %}
|
||||
{% set feed_path = section.path ~ config.feed_filenames[0] %}
|
||||
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="{{ get_url(path=feed_path, trailing_slash=false) }}">
|
||||
{% endif %}
|
||||
{% endblock feed %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue