Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Commit

Permalink
Add u-photo class to all photos
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude committed Jan 25, 2021
1 parent b446b37 commit 9ba6722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/photo.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ published: {{ fm_published }}
---
{% if photo -%}
{% for pic in photo -%}
![{{ pic["alt"] }}]({{ pic["url"] }})
![{{ pic["alt"] }}]({{ pic["url"] }}){: .u-photo}
{% endfor -%}
{% endif %}
{{ content }}

0 comments on commit 9ba6722

Please sign in to comment.