diff --git a/content/photography/_index.md b/content/photography/_index.md
index 4488510..7a904d0 100644
--- a/content/photography/_index.md
+++ b/content/photography/_index.md
@@ -1,5 +1,6 @@
---
title: Photography
+sort_by: date
extra:
section_embed_mode: photos
---
diff --git a/content/photography/nova-scotia-2019.md b/content/photography/nova-scotia-2019.md
new file mode 100644
index 0000000..c8602cb
--- /dev/null
+++ b/content/photography/nova-scotia-2019.md
@@ -0,0 +1,27 @@
+---
+title: Photos from Nova Scotia
+date: 2019-08-09
+description: My favorites from a larger collection of photos taken in Nova Scotia
+extra:
+ cover_image: /photos/nova-scotia-2019/IMG_20190807_122409-01.jpeg
+---
+
+
+
+{{clickable_photo(path="/photos/nova-scotia-2019/IMG_20190804_195626-01.jpeg")}}
+
+{{clickable_photo(path="/photos/nova-scotia-2019/IMG_20190804_200022-01.jpeg")}}
+
+## Ultra-wides
+
+{{clickable_photo(path="/photos/nova-scotia-2019/PANO_20190805_123604.jpg")}}
+
+{{clickable_photo(path="/photos/nova-scotia-2019/PANO_20190805_114718.jpg")}}
+
+## Other interesting photos
+
+{{clickable_photo(path="/photos/nova-scotia-2019/IMG_20190808_152323-01.jpeg")}}
+
+{{clickable_photo(path="/photos/nova-scotia-2019/IMG_20190807_122409-01.jpeg")}}
+
+{{clickable_photo(path="/photos/nova-scotia-2019/IMG_20190805_151052-01.jpeg")}}
diff --git a/content/photography/quebec-2017.md b/content/photography/quebec-2017.md
index a157e34..6f28009 100644
--- a/content/photography/quebec-2017.md
+++ b/content/photography/quebec-2017.md
@@ -12,30 +12,30 @@ While I was mainly focused on shooting video, I did take a few hundred photos al
-
+{{clickable_photo(path="/photos/quebec-2017/20170621_132531-01.jpeg")}}
-
+{{clickable_photo(path="/photos/quebec-2017/20170621_131126-01.jpeg")}}
-
+{{clickable_photo(path="/photos/quebec-2017/20170621_225558-01.jpeg")}}
-I am quite fond of this one, a super wide shot made from stitching a bunch of photos together in [Microsoft ICE](https://en.wikipedia.org/wiki/Image_Composite_Editor).
+I am quite fond of this one, a super wide shot made from stitching a bunch of photos together in [Microsoft ICE](https://en.wikipedia.org/wiki/Image_Composite_Editor")}}.
-
+{{clickable_photo(path="/photos/quebec-2017/20170621_105853-01.jpeg")}}
-
+{{clickable_photo(path="/photos/quebec-2017/20170621_105921-01.jpeg")}}
-
+{{clickable_photo(path="/photos/quebec-2017/20170622_112655-01.jpeg")}}
I also took a bunch of neat waterfall photos:
-
+{{clickable_photo(path="/photos/quebec-2017/20170622_152959-01.jpeg")}}
-
+{{clickable_photo(path="/photos/quebec-2017/20170622_153509-02.jpeg")}}
-
+{{clickable_photo(path="/photos/quebec-2017/20170622_153903-01.jpeg")}}
diff --git a/static/photos/nova-scotia-2019/IMG_20190804_195626-01.jpeg b/static/photos/nova-scotia-2019/IMG_20190804_195626-01.jpeg
new file mode 100644
index 0000000..9ec515b
Binary files /dev/null and b/static/photos/nova-scotia-2019/IMG_20190804_195626-01.jpeg differ
diff --git a/static/photos/nova-scotia-2019/IMG_20190804_200022-01.jpeg b/static/photos/nova-scotia-2019/IMG_20190804_200022-01.jpeg
new file mode 100644
index 0000000..231e067
Binary files /dev/null and b/static/photos/nova-scotia-2019/IMG_20190804_200022-01.jpeg differ
diff --git a/static/photos/nova-scotia-2019/IMG_20190805_151052-01.jpeg b/static/photos/nova-scotia-2019/IMG_20190805_151052-01.jpeg
new file mode 100644
index 0000000..c414781
Binary files /dev/null and b/static/photos/nova-scotia-2019/IMG_20190805_151052-01.jpeg differ
diff --git a/static/photos/nova-scotia-2019/IMG_20190807_122409-01.jpeg b/static/photos/nova-scotia-2019/IMG_20190807_122409-01.jpeg
new file mode 100644
index 0000000..076e440
Binary files /dev/null and b/static/photos/nova-scotia-2019/IMG_20190807_122409-01.jpeg differ
diff --git a/static/photos/nova-scotia-2019/IMG_20190808_152323-01.jpeg b/static/photos/nova-scotia-2019/IMG_20190808_152323-01.jpeg
new file mode 100644
index 0000000..c66c5a3
Binary files /dev/null and b/static/photos/nova-scotia-2019/IMG_20190808_152323-01.jpeg differ
diff --git a/static/photos/nova-scotia-2019/PANO_20190805_114718.jpg b/static/photos/nova-scotia-2019/PANO_20190805_114718.jpg
new file mode 100644
index 0000000..c26540f
Binary files /dev/null and b/static/photos/nova-scotia-2019/PANO_20190805_114718.jpg differ
diff --git a/static/photos/nova-scotia-2019/PANO_20190805_123604.jpg b/static/photos/nova-scotia-2019/PANO_20190805_123604.jpg
new file mode 100644
index 0000000..93aa54e
Binary files /dev/null and b/static/photos/nova-scotia-2019/PANO_20190805_123604.jpg differ
diff --git a/templates/shortcodes/clickable_photo.html b/templates/shortcodes/clickable_photo.html
new file mode 100644
index 0000000..c9fae2b
--- /dev/null
+++ b/templates/shortcodes/clickable_photo.html
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file