Skip to content

Commit

Permalink
fix render-image.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rohandebsarkar committed Aug 27, 2024
1 parent 1df6b78 commit dc7074b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/_markup/render-image.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{ with .Page.Resources.Get .Destination }}
{{ partial "img" (dict "img" . "class" "rounded" "alt" .RelPermalink) }}
{{ partial "img" (dict "img" . "alt" .Description) }}
{{ end }}

0 comments on commit dc7074b

Please sign in to comment.