From 1ef8b22e8768c4c79244b88e9bd91f18b92d78c7 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sun, 18 Dec 2022 15:35:11 +0200 Subject: [PATCH] Change from mastodon to misskey --- data/en/sections/about.toml | 2 +- data/fi/sections/about.toml | 2 +- layouts/partials/sections/about.html | 70 ---------------------------- 3 files changed, 2 insertions(+), 72 deletions(-) delete mode 100644 layouts/partials/sections/about.html diff --git a/data/en/sections/about.toml b/data/en/sections/about.toml index 1b5b392..db1543c 100644 --- a/data/en/sections/about.toml +++ b/data/en/sections/about.toml @@ -15,7 +15,7 @@ name = "Rossum Oy" url = "https://rossum.fi" [[socialLinks]] -name = "Mastodon" +name = "Fediverse" icon = "fab fa-mastodon" url = "https://social.korhonen.cc/@marko" diff --git a/data/fi/sections/about.toml b/data/fi/sections/about.toml index 99775f3..006ab41 100644 --- a/data/fi/sections/about.toml +++ b/data/fi/sections/about.toml @@ -15,7 +15,7 @@ name = "Rossum Oy" url = "https://rossum.fi" [[socialLinks]] -name = "Mastodon" +name = "Fediverse" icon = "fab fa-mastodon" url = "https://social.korhonen.cc/@marko" diff --git a/layouts/partials/sections/about.html b/layouts/partials/sections/about.html deleted file mode 100644 index 2ddecdd..0000000 --- a/layouts/partials/sections/about.html +++ /dev/null @@ -1,70 +0,0 @@ -{{ $sectionID := replace (lower .section.name) " " "-" }} -{{ if .section.id }} - {{ $sectionID = .section.id }} -{{ end }} - -{{ $author:= site.Data.author }} -{{ if (index site.Data site.Language.Lang).author }} - {{ $author = (index site.Data site.Language.Lang).author }} -{{ end }} - -
-
- - - {{ if or (.softSkills) (.badges) }}
{{ else }}
{{ end }} -

{{ $author.name }}

- {{ if .designation }} -
- {{ .designation }} - {{ if .company }} - {{ i18n "at"}} {{ .company.name }} - {{ end }} -
- {{ end }} -

- {{ .summary | markdownify }} -

-
- -
- {{ if .resume }} - - {{ end }} - {{ range .resourceLinks }} - - {{ end }} -
- -
-
- {{ range .badges }} - {{ partial "misc/badge.html" . }} - {{ end }} - - - {{ range .softSkills }} - {{ partial "misc/soft-skills.html" . }} - {{ end }} -
-
-
-