diff --git a/pyproject.toml b/pyproject.toml index cc2d0ad..5c6a4c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] 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" authors = ["jessebot "] license = "AGPL-3.0-or-later" diff --git a/tiny_personal_website/config/config.yaml b/tiny_personal_website/config/config.yaml index 6a88037..18c11b3 100644 --- a/tiny_personal_website/config/config.yaml +++ b/tiny_personal_website/config/config.yaml @@ -60,14 +60,14 @@ social_links: icon: 'nf-fa-linkedin_square' # 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' 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 resume_pdf_URL: "https://cloud.vleermuis.tech/s/Rm726tDLisDqpDZ" diff --git a/tiny_personal_website/templates/index.html b/tiny_personal_website/templates/index.html index 5a91666..877843c 100644 --- a/tiny_personal_website/templates/index.html +++ b/tiny_personal_website/templates/index.html @@ -39,7 +39,7 @@
  {% for lnk in social_links %} - {% if lnk == "mastodon" %} + {% if lnk == "fediverse" %}