Skip to content

Commit 8f3cd82

Browse files
Copilotckenst
andauthored
Update Font Awesome to v6.5.1 and replace Twitter icon with X icon (#831)
* Initial plan * Update Font Awesome to v6.5.1 and replace Twitter icon with X icon Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com> * Fix 404.html to use Font Awesome CDN instead of removed local files Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com> * Remove duplicate Font Awesome link from 404.html - use layout's head.html instead Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com> * Removed the x.com link for now --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com> Co-authored-by: Chris Kenst <ckenst@gmail.com>
1 parent 96cacea commit 8f3cd82

12 files changed

Lines changed: 5 additions & 2675 deletions

404.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
last_modified_at: 2025-11-11 12:57:00
55
---
66

7-
<link rel="stylesheet" href="/css/font-awesome/css/font-awesome.min.css">
87
<div class="container">
98
<div class="row">
109
<div class="col-md-12">

_includes/head.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
99

1010
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
11-
<link rel="stylesheet" href="/css/font-awesome/css/font-awesome.min.css">
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" crossorigin="anonymous" referrerpolicy="no-referrer">
12+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/v4-shims.min.css" crossorigin="anonymous" referrerpolicy="no-referrer">
1213
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
1314
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend:
1415
site.baseurl | prepend: site.url }}" />

0 commit comments

Comments
 (0)