mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-09 14:09:09 -06:00
20 lines
364 B
HTML
20 lines
364 B
HTML
---
|
|
layout: default
|
|
medium_zoom: true
|
|
wide: true
|
|
---
|
|
|
|
{{ content }}
|
|
|
|
<div class="media-grid">
|
|
{% for photo in page.photos %}
|
|
<figure class="photo">
|
|
<img
|
|
data-zoomable
|
|
loading="lazy"
|
|
src="{{ site.baseurl }}/assets/img/{{ photo }}.jpg"
|
|
alt="..."/>
|
|
</figure>
|
|
{% endfor %}
|
|
</div>
|