feat: add transparency note in footer of all pages
This commit is contained in:
parent
d85712b407
commit
503725ce00
3 changed files with 17 additions and 3 deletions
|
@ -1,8 +1,21 @@
|
||||||
<footer>
|
<footer>
|
||||||
|
<hr>
|
||||||
<a href="/updates/atom.xml" target="_blank" rel="noopener" title="RSS">
|
<a href="/updates/atom.xml" target="_blank" rel="noopener" title="RSS">
|
||||||
<img
|
<img
|
||||||
src="{{ get_url(path='/rss.svg', cachebust=true) }}"
|
src="{{ get_url(path='/rss.svg', cachebust=true) }}"
|
||||||
alt="RSS feed icon"
|
alt="RSS feed icon"
|
||||||
/>
|
/>
|
||||||
</a>
|
</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>
|
</footer>
|
||||||
|
|
|
@ -55,11 +55,12 @@ conflicts of interest and restore Community Trust." %} {% set headline =
|
||||||
</article>
|
</article>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
</main>
|
</main>
|
||||||
</div>
|
|
||||||
|
|
||||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{
|
||||||
get_url(path="updates/atom.xml", trailing_slash=false) }}"> {% include
|
get_url(path="updates/atom.xml", trailing_slash=false) }}"> {% include
|
||||||
"footer.html" %}
|
"footer.html" %}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
<!-- realaravinth: theme stolen from https://github.com/zbrox/anpu-zola-theme (MIT) -->
|
<!-- realaravinth: theme stolen from https://github.com/zbrox/anpu-zola-theme (MIT) -->
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -27,8 +27,8 @@ conflicts of interest and restore Community Trust." %} {% set headline =
|
||||||
</article>
|
</article>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
</main>
|
</main>
|
||||||
</div>
|
|
||||||
{% include "footer.html" %}
|
{% include "footer.html" %}
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<!-- realaravinth: theme stolen from https://github.com/zbrox/anpu-zola-theme (MIT) -->
|
<!-- realaravinth: theme stolen from https://github.com/zbrox/anpu-zola-theme (MIT) -->
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue