Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e4d311

Browse files
author
matt swanson
committed
Merge pull request swanson#24 from kethomassen/hackernews-fix
Hackernews icon fix
2 parents a3a119a + 7ab412c commit 3e4d311

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

_includes/social.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414

1515
{% if site.data.theme.social.hacker_news %}
1616
<a title="{{ site.data.theme.social.hacker_news }} on Hacker News" href="https://news.ycombinator.com/user?id={{site.data.theme.social.hacker_news }}">
17-
<span class="fa-stack">
18-
<i class="fa fa-stack-1x fa-square"></i>
19-
<i class="fa fa-stack-1x fa-hn">Y</i>
20-
</span>
17+
<i class="fa fa-hacker-news"></i>
2118
</a>
2219
{% endif %}
2320

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<link rel="alternate" type="application/atom+xml" title="{{ site.data.theme.name }}" href="{{site.url}}/atom.xml" />
1717

1818
<link rel="stylesheet" href="/assets/css/all.css">
19-
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.1/css/font-awesome.min.css">
19+
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha256-k2/8zcNbxVIh5mnQ52A0r3a6jAgMGxFJFE2707UxGCk= sha512-ZV9KawG2Legkwp3nAlxLIVFudTauWuBpC10uEafMHYL0Sarrz5A7G79kXh5+5+woxQ5HM559XX2UZjMJ36Wplg==" crossorigin="anonymous">
2020
</head>
2121
<body>
2222
<div class="container">

0 commit comments

Comments
 (0)