Skip to content

Commit

Permalink
do not include url with mastodon svg
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Nov 26, 2022
1 parent c946c0f commit 19ef57c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions assets/icomoon/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
layout: null
---

@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?jbjoqu');
Expand Down Expand Up @@ -316,5 +312,5 @@ layout: null
}
/* explicitly different name so it doesn't match icon-* pattern*/
.mastodon-icon:before {
content: url({{ site.url }}{{ site.baseurl }}/assets/icons/mastodon.svg);
content: url(/assets/icons/mastodon.svg);
}

0 comments on commit 19ef57c

Please sign in to comment.