Skip to content

Commit 62b1e5b

Browse files
mastodon logo/link. fuck twitter
1 parent 8ea82e4 commit 62b1e5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Metalsmith(__dirname)
2828
base: '',
2929
title: 'Basis',
3030
description: 'Documentation and information about the Basis project',
31-
asset_version: 10,
31+
asset_version: 11,
3232
},
3333
})
3434
.source(`${SRC}/`)

src/assets/fonts/icons.woff2

368 Bytes
Binary file not shown.

src/includes/nav-items-social.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{% set nav = [
22
{ title: "Source code", href: "https://github.com/basisproject/", icon: "", text: "Source »" },
33
{ title: "Reddit community", href: "https://www.reddit.com/r/basisproject", icon: "", text: "Community »" },
4-
{ title: "Twitter", href: "https://twitter.com/basisproject", icon: "", text: "Twitter »" },
4+
{ title: "ActivityPub", href: "https://caw.killtheradio.net/@basis", icon: "", text: "ActivityPub »" },
55
{ title: "Matrix (#basis:matrix.org)", href: "https://matrix.to/#/!gNgFxsBfuTUXItEYdX:matrix.org?via=matrix.org", icon: "", text: "Matrix »" }
66
] %}
77
{% for item in nav %}
88
<li class="{% if social_labels %}sm:px-2 sm:first:pl-0{% else %}px-2 first:pl-0{% endif %}">
9-
<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 }}">
9+
<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 }}">
1010
<icon>{{ item.icon }}</icon>
1111
{% if social_labels %}<span class="text-white sm:hidden px-2">{{ item.text }}</span>{% endif %}
1212
</a>

0 commit comments

Comments
 (0)