Update Mastodon profile link
This commit is contained in:
parent
a35d105a9b
commit
901ef295ed
1 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@
|
|||
<link rel="icon" type="image/png" sizes="16x16" href="{{ get_url(path="assets/img/icons/kitty/kitty_16.png", trailing_slash=false) }}">
|
||||
<link rel="icon" type="image/png" sizes="128x128" href="{{ get_url(path="assets/img/icons/kitty/kitty_circle_128.png", trailing_slash=false) }}">
|
||||
|
||||
<link rel="me" href="https://mastodon.bsd.cafe/@jutty">
|
||||
<link rel="me" href="https://tilde.zone/@jutty">
|
||||
<link rel="webmention" href="https://webmention.io/jutty.dev/webmention"/>
|
||||
|
||||
{%- set description = page.content | default(value=config.description) | striptags | regex_replace(pattern="\n", rep=" ") | truncate(length=120) %}
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="{{ current_url | default(value= get_url(path="/")) | safe }}" />
|
||||
<meta property="og:image" content="{{ get_url(path="assets/img/icons/kitty/kitty_circle_192.png") }}" />
|
||||
<meta name="fediverse:creator" content="@jutty@bsd.cafe">
|
||||
<meta name="fediverse:creator" content="@jutty@tilde.zone">
|
||||
|
||||
{% block rss -%}
|
||||
{%- if lang == "pt" %}
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
<li><a href="{{ get_url(path="notes", lang=lang) }}">{% if lang == "pt" %}Notas{% else %}Notes{% endif %}</a></li>
|
||||
<li><a href="{{ get_url(path="links", lang=lang) }}">Links</a></li>
|
||||
<li><a href="{{ get_url(path="feeds", lang=lang) }}">RSS</a></li>
|
||||
<li><a href="https://mastodon.bsd.cafe/@jutty">Mastodon</a></li>
|
||||
<li><a href="https://tilde.zone/@jutty">Mastodon</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
{% if current_path and translation_count > 1 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue