mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-15 06:13:44 -06:00
Add /photography/ page
This commit is contained in:
19
_layouts/photos.html
Normal file
19
_layouts/photos.html
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
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>
|
||||
Reference in New Issue
Block a user