feat: with mastodon

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-11 10:58:21 +02:00
parent b172be0276
commit 7aed882368
3 changed files with 11 additions and 4 deletions

View File

@@ -5,6 +5,10 @@
<link rel="canonical" href="{{ page.permalink }}">
{% endblock extra_head %}
{% block title %}
{{ page.title }}
{% endblock title %}
{% block content %}
<div class="mx-auto px-4 max-w-3xl py-8">
@@ -16,10 +20,9 @@
<h1 class="title">
{{ page.title }}
</h1>
<a href="https://github.com/kjuulh" target="_blank" rel="noopener noreferrer" class="text-peach hover:text-orange-400">
<a href="https://github.com/kjuulh" target="_blank" rel="noopener noreferrer" class="text-peach hover:text-orange-400">
@kjuulh
</a>
</a>
<p class="subtitle"><strong>{{ page.date }}</strong></p>
{{ page.content | safe }}
</article>