Add gallery slideshows with PhotoSwipe
This commit is contained in:
@@ -7,9 +7,9 @@ highlight_photo: '106c907-museu-nacional-dart-de-catalunya'
|
||||
---
|
||||
|
||||
<div itemprop="description">
|
||||
<p>
|
||||
Some photos from my trip to Barcelona. See them <a href="map.html">on a map</a>, too.
|
||||
</p>
|
||||
<p>
|
||||
Some photos from my trip to Barcelona. View <a href="slideshow.html">slideshow</a>, <a href="map.html">map</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{% include gallery_list.html gallery='2014-barcelona-trip' %}
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
layout: post
|
||||
title: Barcelona Trip
|
||||
layout: "gallery-map"
|
||||
title: "Barcelona Trip"
|
||||
gallery_map:
|
||||
latitude: 41.3955627
|
||||
longitude: 2.1756329
|
||||
zoom: 12
|
||||
---
|
||||
|
||||
{% include gallery_map.html gallery='2014-barcelona-trip' latitude=41.3955627 longitude=2.1756329 zoom=12 %}
|
||||
|
||||
4
gallery/2014-barcelona-trip/slideshow.html
Normal file
4
gallery/2014-barcelona-trip/slideshow.html
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: "gallery-slideshow"
|
||||
title: "Barcelona Trip"
|
||||
---
|
||||
Reference in New Issue
Block a user