try theme hugo-bearcub - https://github.com/clente/hugo-bearcub
This commit is contained in:
parent
f4a8c002cc
commit
50448f8e02
119 changed files with 1735 additions and 9533 deletions
|
@ -1,7 +1,7 @@
|
|||
<center>
|
||||
{{ $original := .Page.Resources.GetMatch (.Get "src") }}
|
||||
{{ $preview := $original.Resize "700x Lanczos webp" }}
|
||||
<a href="{{ $original.RelPermalink }}" target="_new" style="border-bottom: 0px; background-color: inherit;">
|
||||
<img src="{{ $preview.RelPermalink }}" alt="{{ .Get "alt" }}" style="border: 0px;" />
|
||||
<a href="{{ $original.Permalink }}" target="_new" style="border-bottom: 0px; background-color: inherit;">
|
||||
<img src="{{ $preview.Permalink }}" alt="{{ .Get "alt" }}" style="border: 0px;" />
|
||||
</a>
|
||||
</center>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue