fix CV and open links in new tabs
This commit is contained in:
parent
4d72a93220
commit
25461b9bd0
@ -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.
|
||||
|
||||
|
1
layouts/_default/_markup/render-link.html
Normal file
1
layouts/_default/_markup/render-link.html
Normal 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
|
Reference in New Issue
Block a user