figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit 34f9722ad3f5ed30090977b641cc03e41f0dba66
parent 256b46a1c148b989677eec896f128d24a0927497
Author: FIGBERT <figbert@figbert.com>
Date:   Tue, 24 Jan 2023 13:02:13 -0800

Add Mastodon verification

Diffstat:
Mtemplates/index.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/templates/index.html b/templates/index.html @@ -9,6 +9,7 @@ <link rel="stylesheet" href="{{ get_url(path="css/fonts.css") }}"> <link rel="stylesheet" href="{{ get_url(path="css/global.css") }}"> <link rel="stylesheet" href="{{ get_url(path="css/nav.css") }}"> + <link rel="me" href="https://fosstodon.org/@FIGBERT"> <link type="application/atom+xml" rel="alternate" href="{{ get_url(path="posts/atom.xml") }}" title="Posts :: {{ config.title }}"> <link type="application/atom+xml" rel="alternate" href="{{ get_url(path="projects/atom.xml") }}" title="Projects :: {{ config.title }}">