Skip to content

Commit

Permalink
move rss to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
gedankenstuecke committed Feb 12, 2024
1 parent 3cd1361 commit 658d700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/apps/main/templates/main/experiences_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ <h1 class="big-heading">View Stories</h1>
</div>
</div>
</form>
<div class="form-text">
<a href="{{atom_link}}" <i class="bi bi-rss"></i> You can also subscribe to this page as a feed</a>. The current trigger options will be preserved.</div>
</div>
{% if searched %}
<div class="container-fluid story-text">
Expand Down Expand Up @@ -228,6 +226,8 @@ <h4 class="story-card-title">Recommendation</h4>
<!-- Add Pagination -->
{% include 'main/pagination.html' with stories=experiences page_query_param='page' %}
{% endif %}
<div class="form-text">
<a href="{{atom_link}}" <i class="bi bi-rss"></i> You can also subscribe to this page as a feed</a>. The current trigger options will be preserved.</div>
</div>
</section>

Expand Down

0 comments on commit 658d700

Please sign in to comment.