Skip to content

Commit

Permalink
Added stats to the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
rishikeshsreehari committed Sep 27, 2024
1 parent 26fd0ff commit 0890fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h3>Disclaimer</h3>
</div>

<div class="license-info">
<p>All data on this website is open-source and licensed under <a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank">AGPL 3.0</a>.</p>
<p>All data on this website, including <a href="https://npsnav.goatcounter.com" target="_blank">stats</a>, is open-source and licensed under <a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank">AGPL 3.0</a>.</p>
</div>


Expand All @@ -21,7 +21,7 @@ <h3>Disclaimer</h3>
<a href="https://ko-fi.com/rishikeshs" target="_blank"><img src="/assets/images/kofi_button_black.png" alt="Microsoft Excel NPS NAV Example" class="donate"></a>

<div class="copyright">
<p>&copy; 2024 | Made by <a href="https://rishikeshs.com" target="_blank">Rishikesh</a> | v1.5.1</p>
<p>&copy; 2024 | Made by <a href="https://rishikeshs.com" target="_blank">Rishikesh</a> | v1.5.2</p>
</div>
</footer>
{% include 'analytics.html' %}
Expand Down

0 comments on commit 0890fe9

Please sign in to comment.