Skip to content

Commit 24ee5bd

Browse files
committed
updating icons
1 parent 4cbc1fa commit 24ee5bd

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

_config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -208,21 +208,21 @@ author_blurb_image: "/img/author_techdufus.jpg"
208208
##################
209209

210210
social:
211-
- title: "x-twitter"
211+
- title: "fa-brands fa-x-twitter"
212212
url: "https://x.com/TechDufus"
213-
- title: "twitch"
213+
- title: "fa-brands fa-twitch"
214214
url: "https://twitch.tv/TechDufus"
215-
- title: "github"
215+
- title: "fa-brands fa-github"
216216
url: "https://github.com/TechDufus"
217-
- title: "tree"
217+
- title: "fa-solid fa-tree"
218218
url: "https://linktr.ee/TechDufus"
219-
- title: "discord"
219+
- title: "fa-brands fa-discord"
220220
url: "https://discord.gg/5M4hjfyRBj"
221-
- title: "reddit"
221+
- title: "fa-brands fa-reddit"
222222
url: "https://www.reddit.com/user/TechDufus"
223-
- title: "coffee"
223+
- title: "fa-solid fa-mug-saucer"
224224
url: "https://buymeacoffee.com/TechDufus"
225-
- title: "rss"
225+
- title: "fa-solid fa-rss"
226226
url: "/feed.xml"
227227

228228
############

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{% endif %}
2323

2424
<!-- Custom Fonts -->
25-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/6.6.0/css/font-awesome.min.css">
25+
<script src="https://kit.fontawesome.com/cc22818fd0.js" crossorigin="anonymous"></script>
2626
<link href="//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
2727
<link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
2828
<link rel="stylesheet" href="{{site.baseurl}}/css/rrssb.css" />

_includes/social-buttons.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<ul class="list-inline social-buttons">
44
{% for network in site.social %}
5-
<li><a href="{{ network.url }}" target="_blank"><i class="fa-brands fa-{{ network.title }}"></i></a></li>
5+
<li><a href="{{ network.url }}" target="_blank"><i class="{{ network.title }}"></i></a></li>
66
{% endfor %}
77
{% if site.keybase-in-social %}
88
<li><a href="https://keybase.io/{{site.keybase-username}}" target="_blank"><i class="fa fa-key fa-fw"></i></a></li>

0 commit comments

Comments
 (0)