Skip to content

Commit

Permalink
mastodon logo/link. fuck twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
orthecreedence committed Sep 18, 2024
1 parent 8ea82e4 commit 62b1e5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Metalsmith(__dirname)
base: '',
title: 'Basis',
description: 'Documentation and information about the Basis project',
asset_version: 10,
asset_version: 11,
},
})
.source(`${SRC}/`)
Expand Down
Binary file modified src/assets/fonts/icons.woff2
Binary file not shown.
4 changes: 2 additions & 2 deletions src/includes/nav-items-social.njk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set nav = [
{ title: "Source code", href: "https://github.com/basisproject/", icon: "", text: "Source »" },
{ title: "Reddit community", href: "https://www.reddit.com/r/basisproject", icon: "", text: "Community »" },
{ title: "Twitter", href: "https://twitter.com/basisproject", icon: "", text: "Twitter »" },
{ title: "ActivityPub", href: "https://caw.killtheradio.net/@basis", icon: "", text: "ActivityPub »" },
{ title: "Matrix (#basis:matrix.org)", href: "https://matrix.to/#/!gNgFxsBfuTUXItEYdX:matrix.org?via=matrix.org", icon: "", text: "Matrix »" }
] %}
{% for item in nav %}
<li class="{% if social_labels %}sm:px-2 sm:first:pl-0{% else %}px-2 first:pl-0{% endif %}">
<a class="text-slate-400 {% if social_labels %}hover:text-white sm:text-primary sm:hover:text-red-800{% else %}hover:text-red-800 {% endif %} hover:no-underline" title="{{ item.title }}" href="{{ item.href }}">
<a rel="me" class="text-slate-400 {% if social_labels %}hover:text-white sm:text-primary sm:hover:text-red-800{% else %}hover:text-red-800 {% endif %} hover:no-underline" title="{{ item.title }}" href="{{ item.href }}">
<icon>{{ item.icon }}</icon>
{% if social_labels %}<span class="text-white sm:hidden px-2">{{ item.text }}</span>{% endif %}
</a>
Expand Down

0 comments on commit 62b1e5b

Please sign in to comment.