mirror of
https://github.com/yrzam/yrzam-hugo-theme.git
synced 2025-12-12 18:49:05 +00:00
cache fixes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div class="about-container">
|
||||
<div class="about-block">
|
||||
<div class="image-container">
|
||||
{{ with resources.Get .Params.image | fingerprint }}
|
||||
{{ with resources.Get .Params.image | resources.Copy (print "_profile" (path.Ext .Params.image)) | fingerprint }}
|
||||
<img
|
||||
src="{{ .RelPermalink }}"
|
||||
{{ print "style" "=" "\"" "aspect-ratio:" (print .Width "/" .Height) "\"" | safeHTMLAttr }}
|
||||
|
||||
Reference in New Issue
Block a user