mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 10:36:39 -07:00
make rss feeds optional for resources
This commit is contained in:
parent
95a0765b1e
commit
ddeb079d52
7 changed files with 101 additions and 65 deletions
|
@ -6,8 +6,10 @@
|
|||
{% else %}
|
||||
<h1>blog Posts</h1>
|
||||
<p><a href="tags">view blog tags</a></p>
|
||||
{% if data.rss_enabled %}
|
||||
<p><a href="rss.xml">rss feed</a></p>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<h1>Page {{data.page}}/{{data.page_max}}</h1>
|
||||
{% if data.previous %}
|
||||
<a href="./{{data.previous}}">previous page</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue