Skip to content

Commit

Permalink
Remove Cohost from socials (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreubotella authored Oct 18, 2024
1 parent 4d63207 commit 2e08d76
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions _includes/home-layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ additional_css:
<dl>
<dt id="social-mastodon" title="Mastodon">Mastodon:</dd>
<dd><a target="_new" rel="me" href="https://mastodon.andreubotella.com/@andreu">@[email protected]</a></dd>
<dt id="social-cohost" title="Cohost">Cohost:</dt>
<dd><a target="_new" href="https://cohost.org/andreubotella">@andreubotella</a></dd>
<dt id="social-github" title="GitHub">GitHub:</dt>
<dd><a target="_new" href="https://github.com/andreubotella">andreubotella</a></dd>
<dt id="social-matrix" title="Matrix">Matrix:</dt>
Expand Down
Binary file removed static/images/cohost-social.png
Binary file not shown.
4 changes: 0 additions & 4 deletions static/styles/home-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ body {
content: url("/images/mastodon-social.png");
content: url("/images/mastodon-social.png") / "Mastodon:";
}
#socials #social-cohost {
content: url("/images/cohost-social.png");
content: url("/images/cohost-social.png") / "Cohost:";
}
#socials #social-github {
content: url("/images/github-social.png");
content: url("/images/github-social.png") / "GitHub:";
Expand Down

0 comments on commit 2e08d76

Please sign in to comment.