From 8b3dd97e27b8ce63fa55f88beb4550abea0e7d00 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Sat, 2 Aug 2025 07:08:47 +0200 Subject: [PATCH] Add ORCID ID. --- content/impressum.md | 4 +++- layouts/shortcodes/orcid.html | 10 ++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 layouts/shortcodes/orcid.html diff --git a/content/impressum.md b/content/impressum.md index 3b236a8..0b73cca 100644 --- a/content/impressum.md +++ b/content/impressum.md @@ -1,12 +1,14 @@ --- title: "Impressum und Datenschutz" -date: 2024-07-31T12:42:53Z +date: 2025-08-02T07:00:00Z draft: false --- Dr. Daniel Kraus Tel. (0 61 07‌) 7 5‌6 88 4‌0 Mail: +{{< orcid >}} + Ladungsfähige Anschrift bei meinem Arbeitgeber: Unimedizin Mainz, Langenbeckstr. 1, 55131 Mainz. Dies ist eine rein private Homepage und in keiner Weise von meinem Arbeitgeber beworben oder unterstützt. Meine Privatanschrift ist zu diff --git a/layouts/shortcodes/orcid.html b/layouts/shortcodes/orcid.html new file mode 100644 index 0000000..fd30e00 --- /dev/null +++ b/layouts/shortcodes/orcid.html @@ -0,0 +1,10 @@ + + ORCID iD icon + https://orcid.org/0000-0002-6351-3706 + \ No newline at end of file