mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
5 lines
175 B
HTML
5 lines
175 B
HTML
{{ target := CookieList["pixivfe-ThumbnailToNewTab"] }}
|
|
<div class="artwork-title">
|
|
<a target="{{ target }}" href="/artworks/{{ .ID }}#checkpoint"> {{ .Title }} </a>
|
|
</div>
|