Skip to content
Snippets Groups Projects
Commit 3c1cb9ba authored by alexisben's avatar alexisben
Browse files

Fix block image static key

parent 9696bcc7
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<%= prepare_html_for_static block.template.text, about.university %>
<% if block.template.image %>
image:
file: "<%= block.template.image.blob.id %>"
id: "<%= block.template.image.blob.id %>"
alt: <%= prepare_text_for_static block.template.image.alt %>
credit: <%= prepare_text_for_static block.template.image.credit %>
<% end %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment