Paginate and add feed to bible_journal.

This commit is contained in:
Lyle Mantooth 2024-07-25 11:35:20 -04:00
parent aa4beed778
commit f8044db337
Signed by: IslandUsurper
GPG key ID: 6DB52EAE123A5789
4 changed files with 31 additions and 5 deletions

View file

@ -26,9 +26,11 @@
<title>{{config.title}}</title>
{% endif %}
{% block feed %}
{% if config.generate_feed %}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path=config.feed_filename, trailing_slash=false) }}">
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="{{ get_url(path=config.feed_filename, trailing_slash=false) }}">
{% endif %}
{% endblock feed %}
<body id="page">