mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
fix fediverse link
This commit is contained in:
parent
b8a55d9269
commit
593f6c99ad
3 changed files with 8 additions and 8 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
{% 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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue