mirror of
https://github.com/wahyd4/hexo-phase-junv.git
synced 2026-08-09 21:15:51 +10:00
15 lines
354 B
Plaintext
15 lines
354 B
Plaintext
<div class="gallery">
|
|
<div class="photoset">
|
|
<% if (item.photos.length){ %>
|
|
<% item.photos.forEach(function(photo){ %>
|
|
<img src="<%- photo %>">
|
|
<% }); %>
|
|
<% } else { %>
|
|
<img src="<%- item.photos %>">
|
|
<% } %>
|
|
</div>
|
|
<div class="control">
|
|
<div class="prev"></div>
|
|
<div class="next"></div>
|
|
</div>
|
|
</div> |