Skip to content

Commit 0365b9d

Browse files
authored
Move Mastodon verification link to footer (#75)
1 parent 97a6121 commit 0365b9d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99

1010
<link rel="icon" type="image/x-icon" href="favicon.ico">
1111

12-
<!-- OSM India mastodon account verification link -->
13-
<a rel="me" href="https://en.osm.town/@OSMIndia">Mastodon</a>
14-
1512
<script src="https://api.mapbox.com/mapbox-gl-js/v1.12.0/mapbox-gl.js"></script>
1613
<link href="https://api.mapbox.com/mapbox-gl-js/v1.12.0/mapbox-gl.css" rel="stylesheet" />
1714

@@ -132,9 +129,11 @@ <h2 class='uk-margin-remove-bottom'><img style='width:40px'
132129

133130
<footer>
134131
<p>
135-
<a href='https://wiki.openstreetmap.org/wiki/India' taget="_blank">OpenStreetMap India Wiki</a> |
136-
<a href='https://t.me/OSMIndia' taget="_blank">OSM India Telegram</a> |
137-
<a href='https://github.com/osm-in/openstreetmap.in/' taget="_blank">Github</a>
132+
<a href='https://wiki.openstreetmap.org/wiki/India' target="_blank">Wiki</a> |
133+
<a href='https://t.me/OSMIndia' target="_blank">Telegram</a> |
134+
<a href='https://github.com/osm-in/openstreetmap.in/' target="_blank">Github</a> |
135+
<a href='https://en.osm.town/@OSMIndia' rel='me' target="_blank">Mastodon</a> |
136+
<a href='https://twitter.com/osm_in' target="_blank">Twitter</a>
138137
</p>
139138
</footer>
140139

0 commit comments

Comments
 (0)