Skip to content

Commit b46d6b1

Browse files
authored
feat: Update bluesky icon (#54)
* feat: Replace bluesky icon with square Signed-off-by: koooge <koooooge@gmail.com> * test: Upgrade stylelint-config-standard Signed-off-by: koooge <koooooge@gmail.com> --------- Signed-off-by: koooge <koooooge@gmail.com>
1 parent 93c9520 commit b46d6b1

File tree

6 files changed

+301
-300
lines changed

6 files changed

+301
-300
lines changed

assets/fontawesome/bluesky-brands-solid.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Loading

layouts/partials/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<a href="https://{{ . }}.tumblr.com/" rel="noopener" target="_blank" class="inline-svg">{{ partial "fontawesome.html" "tumblr-square" }}</a>
3535
{{ end }}
3636
{{ with .Site.Author.bluesky }}
37-
<a href="https://bsky.app/profile/{{ . }}" rel="noopener" target="_blank" class="inline-svg">{{ partial "fontawesome.html" "bluesky-brands-solid" }}</a>
37+
<a href="https://bsky.app/profile/{{ . }}" rel="noopener" target="_blank" class="inline-svg">{{ partial "fontawesome.html" "square-bluesky-brands-solid" }}</a>
3838
{{ end }}
3939
</div>
4040
</div>

0 commit comments

Comments
 (0)