Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sat, 19 Nov 2022 16:26:21 UTC Commit: fbfee1e5c5428c20f22472be690c83f1b445b48b https://github.com/geany/www.geany.org/commit/fbfee1e5c5428c20f22472be690c83...
Log Message: ----------- Add missing rel="me" attribute for Mastodon verification
Modified Paths: -------------- geany/templates/home.html
Modified: geany/templates/home.html 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -139,7 +139,7 @@ <h2 class="text-center">Great Community</h2> <a href="{% url "page" "support/mailing-lists" %}">The Mailing Lists</a>, <a href="https://github.com/geany">Github</a>, Matrix <a href="https://matrix.to/#/#geany:matrix.org">#geany:matrix.org</a>, - <a href="https://social.milchreislieferei.de/@GeanyIDE">Mastodon</a> and + <a href="https://social.milchreislieferei.de/@GeanyIDE" rel="me">Mastodon</a> and <a href="https://twitter.com/GeanyIDE/">Twitter</a>.</p> <p><a class="btn btn-default" href="{% url "page" "contribute" %}">Get Involved »</a> <a class="btn btn-default" href="{% url "page" "about/donate" %}">Donate »</a></p>
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).