middleman/middleman-core/fixtures/asset-hash-app/source/other.html.erb

6 lines
208 B
Plaintext

<h2>Image url:</h2>
<img src="<%= image_path('100px.jpg') %>">
<img src="<%= image_path('100px.jpg?test') %>">
<img src="<%= image_path('100px.jpg?#test') %>">
<img src="<%= image_path('100px.jpg#test') %>">