details:   https://code.tryton.org/communication/website/commit/46b7686adf83
branch:    default
user:      Cédric Krier <[email protected]>
date:      Sat May 09 00:07:13 2026 +0200
description:
        Reorder socials links to put mastodon first
diffstat:

 templates/layout.html.jinja |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r ff29cd3da320 -r 46b7686adf83 templates/layout.html.jinja
--- a/templates/layout.html.jinja       Wed May 06 09:40:00 2026 +0200
+++ b/templates/layout.html.jinja       Sat May 09 00:07:13 2026 +0200
@@ -185,9 +185,9 @@
                                 <div class="socials">
                                     <h2>Follow us</h2>
                                     <a href="{{ url_for('news_rss') }}" 
class="me-3">{{ icon('rss-box', 36) }}<span 
class="visually-hidden">RSS</span></a>
-                                    <a 
href="https://twitter.com/TrytonSoftware"; target="_blank" rel="me noopener" 
class="me-3">{{ icon('twitter-box', 36) }}<span 
class="visually-hidden">Twitter</span></a>
                                     <a href="https://fosstodon.org/@tryton"; 
target="_blank" rel="me noopener" class="me-3">{{ icon('mastodon', 36) }}<span 
class="visually-hidden">Mastodon</span></a>
                                     <a 
href="https://bsky.app/profile/trytonsoftware.bsky.social"; target="_blank" 
rel="me noopener" class="me-3">{{ icon('bluesky', 36) }}<span 
class="visually-hidden">Bluesky</span></a>
+                                    <a 
href="https://twitter.com/TrytonSoftware"; target="_blank" rel="me noopener" 
class="me-3">{{ icon('twitter-box', 36) }}<span 
class="visually-hidden">Twitter</span></a>
                                     <a 
href="https://www.facebook.com/TrytonSoftware/"; target="_blank" rel="me 
noopener" class="me-3">{{ icon('facebook-box', 36) }}<span 
class="visually-hidden">Facebook</span></a>
                                     <a 
href="https://www.linkedin.com/groups/1313967"; target="_blank" rel="me 
noopener" class="me-3">{{ icon('linkedin-box', 36) }}<span 
class="visually-hidden">LinkedIn</span></a>
                                     <a 
href="https://www.youtube.com/c/TrytonSoftware"; target="_blank" rel="me 
noopener" class="me-3">{{ icon('youtube', 36) }}<span 
class="visually-hidden">YouTube</span></a>

Reply via email to