feat: add transparency note in footer of all pages

This commit is contained in:
Aravinth Manivannan 2022-10-30 22:50:25 +05:30
parent d85712b407
commit 503725ce00
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
3 changed files with 17 additions and 3 deletions

View File

@ -1,8 +1,21 @@
<footer>
<hr>
<a href="/updates/atom.xml" target="_blank" rel="noopener" title="RSS">
<img
src="{{ get_url(path='/rss.svg', cachebust=true) }}"
alt="RSS feed icon"
/>
</a>
<p>
All the discussions and documents archived: if you have any question feel
free to ask
<a href="https://matrix.to/#/%23gitea-fork-on-codeberg:matrix.org">in the chatroom</a>
or read the raw material (it is a lot but it is available publicly, archives
are
<a href="https://matrix.to/#/#gitea-open-letter:matrix.org">here</a>
<a
href="https://matrix.to/#/!SakSkZqjzMsaPCVqlv:matrix.batsense.net/$mQlw3xHwmXAjV0Vs5h2WNBIlcjNRG9L5v2R_uv7B5S4?via=matrix.org&via=t2bot.io&via=envs.net"
>here)</a
>
</p>
</footer>

View File

@ -55,11 +55,12 @@ conflicts of interest and restore Community Trust." %} {% set headline =
</article>
{% endblock content %}
</main>
</div>
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{
get_url(path="updates/atom.xml", trailing_slash=false) }}"> {% include
"footer.html" %}
</div>
</body>
<!-- realaravinth: theme stolen from https://github.com/zbrox/anpu-zola-theme (MIT) -->
</html>

View File

@ -27,8 +27,8 @@ conflicts of interest and restore Community Trust." %} {% set headline =
</article>
{% endblock content %}
</main>
</div>
{% include "footer.html" %}
</div>
</body>
<!-- realaravinth: theme stolen from https://github.com/zbrox/anpu-zola-theme (MIT) -->
</html>