diff --git a/src/pdf.liquid b/src/pdf.liquid index 7e913f2..4eda1e2 100644 --- a/src/pdf.liquid +++ b/src/pdf.liquid @@ -5,19 +5,19 @@ eleventyComputed: title: "{{author.firstName}} {{author.name}}, {{author.occupation}}" links: - value: "thomas@amstutz.it" - - type: "link" - value: "github.com/TheThomaas" + - value: "github.com/TheThomaas" + url: "https://github.com/TheThomaas" - value: "123 123 12 12" - - type: "link" - value: "amstutz.it" + - value: "amstutz.it" + url: "https://github.com/TheThomaas" ---

{{ title }}