Use own fork of hermit-zola for updates.

This commit is contained in:
Lyle Mantooth 2025-06-25 13:58:20 -04:00
parent a09b166902
commit 7a0efc520b
Signed by: IslandUsurper
SSH key fingerprint: SHA256:7OQGnFyxgqLkSqpNeuqXgKL+0NmXES1atELKc4dKOw8
7 changed files with 44 additions and 28 deletions

View file

@ -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 %}