From 0c074f255b0fea55b2e6bd5891911f05ec04c7ac Mon Sep 17 00:00:00 2001 From: Niklas Poslovski Date: Sun, 3 Mar 2019 22:31:12 +0100 Subject: [PATCH 1/3] Add link to Mastodon profile. rel="me" attribute is required for link verification on Mastodon. --- templates/home.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/home.html b/templates/home.html index d517b0e..41cd8e1 100644 --- a/templates/home.html +++ b/templates/home.html @@ -71,6 +71,7 @@ {% trans 'Wiki' %}
{% trans 'Blog' %}

{% trans 'Social media' %}

+Mastodon Identica
Twitter
From 88ddbe928b28ffc59b6fcf90401950fdf2cae073 Mon Sep 17 00:00:00 2001 From: Niklas Poslovski Date: Mon, 4 Mar 2019 12:16:05 +0100 Subject: [PATCH 2/3] Add line break after Mastodon link --- templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/home.html b/templates/home.html index 41cd8e1..484c32e 100644 --- a/templates/home.html +++ b/templates/home.html @@ -71,7 +71,7 @@ {% trans 'Wiki' %}
{% trans 'Blog' %}

{% trans 'Social media' %}

-Mastodon +Mastodon
Identica
Twitter
From 93961a6a700c9080d2074a5650bffdd34fd7026d Mon Sep 17 00:00:00 2001 From: Niklas Poslovski Date: Wed, 13 Mar 2019 17:38:46 +0100 Subject: [PATCH 3/3] Fix scaling on mobile devices --- templates/header.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/header.html b/templates/header.html index 5015f04..f197514 100644 --- a/templates/header.html +++ b/templates/header.html @@ -31,6 +31,7 @@ {% endif %} {% endif %} +