|
|
@@ -6,7 +6,7 @@ active_menu_item: index |
|
|
|
<% picture_info.each do |picture| %> |
|
|
|
<article class="post tag-photo tag-music post__wrapper" data-cols="4"> |
|
|
|
<div class="post__wrapper_helper post__wrapper_helper--notloaded el__transition"> |
|
|
|
<p><img src="/content/<%= picture[:name] %>" alt="featured-image" /></p> |
|
|
|
<p><img src="/content/thumbnails/<%= picture[:name] %>" alt="featured-image" /></p> |
|
|
|
|
|
|
|
<div data-lightbox-label-for="<%= picture[:id] %>" class="post__preview el__transition"> |
|
|
|
<p class="post__excerpt"><a id="<%= picture[:id] %>" data-lightbox="drawings" href="/content/<%= picture[:name] %>" class="post__link post__title_link"><span><%= picture[:description] %></span></a></p> |
|
|
|