Skip to content

Commit 01dd8ab

Browse files
authored
add bluesky (#154)
* add bluesky * Update foundation.php * Update donate.php
1 parent 70e6e13 commit 01dd8ab

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

donate.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ class="btn rounded-pill py-2 px-4 ms-3 d-none d-lg-block"
220220
<a rel="me" class="btn btn-outline-light btn-social"
221221
href="https://mastodon.social/@miraheze" title="Mastodon"><i
222222
class="fab fa-mastodon"></i></a>
223+
<a class="btn btn-outline-light btn-social" href="https://bsky.app/profile/miraheze.org"
224+
title="BlueSky"><i class="fab fa-bluesky"></i></a>
223225
<a class="btn btn-outline-light btn-social" href="https://facebook.com/Miraheze"
224226
title="Facebook"><i class="fab fa-facebook-f"></i></a>
225227
<a class="btn btn-outline-light btn-social" href="https://twitter.com/miraheze"><i

foundation.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ class="btn btn-light btn-lg py-sm-3 px-sm-5 rounded-pill"
176176
<a rel="me" class="btn btn-outline-light btn-social"
177177
href="https://mastodon.social/@miraheze" title="Mastodon"><i
178178
class="fab fa-mastodon"></i></a>
179+
<a class="btn btn-outline-light btn-social" href="https://bsky.app/profile/miraheze.org"
180+
title="BlueSky"><i class="fab fa-bluesky"></i></a>
179181
<a class="btn btn-outline-light btn-social" href="https://facebook.com/Miraheze"
180182
title="Facebook"><i class="fab fa-facebook-f"></i></a>
181183
<a class="btn btn-outline-light btn-social" href="https://twitter.com/miraheze"><i

index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,8 @@ class="fa fa-arrow-right"></i></a>
435435
<a rel="me" class="btn btn-outline-light btn-social"
436436
href="https://mastodon.social/@miraheze" title="Mastodon"><i
437437
class="fab fa-mastodon"></i></a>
438+
<a class="btn btn-outline-light btn-social" href="https://bsky.app/profile/miraheze.org"
439+
title="BlueSky"><i class="fab fa-bluesky"></i></a>
438440
<a class="btn btn-outline-light btn-social" href="https://facebook.com/Miraheze"
439441
title="Facebook"><i class="fab fa-facebook-f"></i></a>
440442
<a class="btn btn-outline-light btn-social" href="https://twitter.com/miraheze"><i

0 commit comments

Comments
 (0)