From 2cdb70496dee11e74627ff5d0d63dadf1e2b5364 Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 31 Mar 2024 10:04:47 +0200 Subject: [PATCH] (Grav GitSync) Automatic Commit from dan --- plugins/aura-authors/blueprints.yaml | 4 ++-- themes/mytheme/plugins/aura-authors/blueprints.yaml | 4 ++-- themes/mytheme/templates/de/partials/author-bio.html.twig | 2 +- themes/mytheme/templates/en/partials/author-bio.html.twig | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/aura-authors/blueprints.yaml b/plugins/aura-authors/blueprints.yaml index 1ea508d..b7ebe95 100755 --- a/plugins/aura-authors/blueprints.yaml +++ b/plugins/aura-authors/blueprints.yaml @@ -79,10 +79,10 @@ form: size: large label: Matrix URL placeholder: 'https://chat.techsaviours.org/#/user/@user:techsaviours.org' - .person-gitea-url: + .person-code-fork-url: type: text size: large - label: Gitea URL + label: Git URL placeholder: 'https://git.techsaviours.org/user' .person-github-url: type: text diff --git a/themes/mytheme/plugins/aura-authors/blueprints.yaml b/themes/mytheme/plugins/aura-authors/blueprints.yaml index c1eb98b..306314a 100755 --- a/themes/mytheme/plugins/aura-authors/blueprints.yaml +++ b/themes/mytheme/plugins/aura-authors/blueprints.yaml @@ -75,10 +75,10 @@ form: size: large label: Matrix URL placeholder: 'https://chat.techsaviours.org/#/user/@user:techsaviours.org' - .person-gitea-url: + .person-code-fork-url: type: text size: large - label: Gitea URL + label: Git URL placeholder: 'https://git.techsaviours.org/user' .person-github-url: type: text diff --git a/themes/mytheme/templates/de/partials/author-bio.html.twig b/themes/mytheme/templates/de/partials/author-bio.html.twig index 882928d..2e25677 100755 --- a/themes/mytheme/templates/de/partials/author-bio.html.twig +++ b/themes/mytheme/templates/de/partials/author-bio.html.twig @@ -10,7 +10,7 @@ 'envelope', 'mastodon', 'matrix-org', - 'git', + 'code-fork', 'github', 'globe', ] %} diff --git a/themes/mytheme/templates/en/partials/author-bio.html.twig b/themes/mytheme/templates/en/partials/author-bio.html.twig index bbb7b31..8bf51a1 100755 --- a/themes/mytheme/templates/en/partials/author-bio.html.twig +++ b/themes/mytheme/templates/en/partials/author-bio.html.twig @@ -10,7 +10,7 @@ 'envelope', 'mastodon', 'matrix-org', - 'gitea', + 'code-fork', 'github', 'globe', ] %}