Skip to content

Commit

Permalink
Add a link to rss feed on html output
Browse files Browse the repository at this point in the history
  • Loading branch information
marvil07-adapt committed Nov 29, 2023
1 parent 72cf403 commit 9204bc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/contributions.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<header class="container p-5">
<h1 class="text-center">Open Source Contributions by {{ organization.name }}</h1>
<p class="lead text-muted">{{ organization.introduction }}</p>
{% if config.rss_link|default(true) %}
<aside>
<a href="rss.xml">RSS 2.0 Feed</a>
</aside>
{% endif %}
</header>
{% endblock %}

Expand Down

0 comments on commit 9204bc8

Please sign in to comment.