mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
fix: vulnerability
This commit is contained in:
parent
b026ce8ec6
commit
b1b12cbd80
@ -4,7 +4,7 @@
|
||||
<h1>{{ .title | markdownify }}</h1>
|
||||
</header>
|
||||
<div class="home-info-container" target="_blank">
|
||||
<a href="{{ .image.link | absURL }}" target="_blank">
|
||||
<a href="{{ .image.link | absURL }}" target="_blank" rel="noopener">
|
||||
<img draggable="false" src="{{ .image.url | absURL }}" alt=" {{ .image.title | default "profile image" }}"
|
||||
title="{{ .image.title }}" height="{{ .image.height | default 150 }}" width="{{ .image.width | default 150 }}" />
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user