From 25461b9bd0fd19101973712b17174bcb1426645c Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Thu, 4 May 2023 17:00:30 +0200 Subject: [PATCH] fix CV and open links in new tabs --- content/authors/allanger/_index.md | 5 ++++- layouts/_default/_markup/render-link.html | 1 + themes/papermod | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 layouts/_default/_markup/render-link.html diff --git a/content/authors/allanger/_index.md b/content/authors/allanger/_index.md index 33377bf..e47e06a 100644 --- a/content/authors/allanger/_index.md +++ b/content/authors/allanger/_index.md @@ -1,4 +1,7 @@ -> If you're hiring, you can find [my CV here]({{< ref "cv" >}} ) +> If you're hiring, you can [download my CV here](https://s3.badhouseplants.net/public-download/n.rodionov.pdf) + +
  • download my CV here + I'm a musician and a geek, who works full time as a DevOps engineer, whatever it means. Thanks to my job, I know how to run self-hosted services pretty well, and that's helping me achieve my goal of bringing the indie culture everywhere I can. I'm trying to separate myself from global companies as a user as much as it's possible in my daily life. diff --git a/layouts/_default/_markup/render-link.html b/layouts/_default/_markup/render-link.html new file mode 100644 index 0000000..f04b2e3 --- /dev/null +++ b/layouts/_default/_markup/render-link.html @@ -0,0 +1 @@ +{{ .Text | safeHTML }} diff --git a/themes/papermod b/themes/papermod index 25e5b4d..d3d90be 160000 --- a/themes/papermod +++ b/themes/papermod @@ -1 +1 @@ -Subproject commit 25e5b4d2982aacfee9a1194d2738db284c2ac380 +Subproject commit d3d90be8a4ea04433d95d02a1dc07b0014c5b8b8