fix fediverse link

This commit is contained in:
JesseBot 2025-01-11 20:59:40 +01:00
parent b8a55d9269
commit 593f6c99ad
No known key found for this signature in database
3 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "tiny_personal_website" name = "tiny_personal_website"
version = "0.3.3" version = "0.3.4"
description = "basic resume site written with flask and bootstrap and configurable with a YAML file" description = "basic resume site written with flask and bootstrap and configurable with a YAML file"
authors = ["jessebot <jessebot@linux.com>"] authors = ["jessebot <jessebot@linux.com>"]
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"

View file

@ -60,14 +60,14 @@ social_links:
icon: 'nf-fa-linkedin_square' icon: 'nf-fa-linkedin_square'
# mastodon is optional # mastodon is optional
mastodon: # mastodon:
# URL: 'https://social.smallhack.org/@jessebot'
# icon: "nf-fa-mastodon"
# fedi is optional
fediverse:
URL: 'https://social.smallhack.org/@jessebot' URL: 'https://social.smallhack.org/@jessebot'
icon: "nf-fa-mastodon" icon: "nf-fa-mastodon"
# fedi is optional
# fedi:
# URL: 'https://social.smallhack.org/@jessebot'
# icon: "nf-fa-fediverse"
# this can be from any provider, but has to download a PDF file # this can be from any provider, but has to download a PDF file
resume_pdf_URL: "https://cloud.vleermuis.tech/s/Rm726tDLisDqpDZ" resume_pdf_URL: "https://cloud.vleermuis.tech/s/Rm726tDLisDqpDZ"

View file

@ -39,7 +39,7 @@
<hr> <hr>
&nbsp; &nbsp;
{% for lnk in social_links %} {% for lnk in social_links %}
{% if lnk == "mastodon" %} {% if lnk == "fediverse" %}
<?xml version="1.0" standalone="no"?> <?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<a target="_blank" <a target="_blank"