Paginate and add feed to bible_journal.
This commit is contained in:
parent
aa4beed778
commit
f8044db337
4 changed files with 31 additions and 5 deletions
|
@ -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">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue