fix CV and open links in new tabs
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nikolai Rodionov 2023-05-04 17:00:30 +02:00
parent 4d72a93220
commit 25461b9bd0
Signed by: allanger
GPG Key ID: 906851F91B1DA3EF
3 changed files with 6 additions and 2 deletions

View File

@ -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)
<li href="placeholder.com" target="_blank">download my CV here</a>
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.

View File

@ -0,0 +1 @@
<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank" rel="noopener"{{ end }}>{{ .Text | safeHTML }}</a>

@ -1 +1 @@
Subproject commit 25e5b4d2982aacfee9a1194d2738db284c2ac380
Subproject commit d3d90be8a4ea04433d95d02a1dc07b0014c5b8b8