Microformat for photos
This commit is contained in:
@@ -7,7 +7,7 @@ article class="h-entry"
|
|||||||
- if post.photos?
|
- if post.photos?
|
||||||
- post.photos.each do |photo|
|
- post.photos.each do |photo|
|
||||||
figure
|
figure
|
||||||
img src=photo["value"] alt=photo["alt"]
|
img class="u-photo" src=photo["value"] alt=photo["alt"]
|
||||||
figcaption
|
figcaption
|
||||||
= photo["alt"]
|
= photo["alt"]
|
||||||
div class="e-content"
|
div class="e-content"
|
||||||
|
Reference in New Issue
Block a user