We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7791819 commit 20951d1Copy full SHA for 20951d1
website/app-templates/smarty/navbar-left.tpl
@@ -60,6 +60,15 @@
60
<li><a id="navbar-resolver" href="/go2geo/">{fa icon="map-pin"} {t}Waypoint resolver{/t}</a></li>
61
</ul>
62
</li>
63
+
64
+ <li>
65
+ <a id="navbar-fediverse-rss" href="{GK_SITE_FEDIVERSE_URL}/feed.rss" target="_blank" rel="noopener"
66
+ title="{t}Subscribe to GeoKrety Fediverse RSS{/t}">
67
+ <i class="fa fa-rss" style="color:#f26522;"></i>
68
+ <span class="sr-only">{t}Subscribe to GeoKrety Fediverse RSS{/t}</span>
69
+ </a>
70
+ </li>
71
72
{if GK_DEVEL}
73
<li>
74
<div class="navbar-btn">
0 commit comments