diff --git a/_includes/gallery_list.html b/_includes/gallery_list.html index cecaec2..ac515d8 100644 --- a/_includes/gallery_list.html +++ b/_includes/gallery_list.html @@ -1,4 +1,4 @@ diff --git a/_includes/gallery_list640w.html b/_includes/gallery_list640w.html index df4ac75..27d721e 100644 --- a/_includes/gallery_list640w.html +++ b/_includes/gallery_list640w.html @@ -1,2 +1,2 @@ {% capture path %}gallery/{{ include.gallery }}{% endcapture %} -{% loopdir path:path match:"*.md" sort:"ordering" %}Photo: {{ item.title }}{% endloopdir %} +{% loopdir path:path match:"*.md" sort:"ordering" %}{% endloopdir %} diff --git a/_layouts/gallery-list.html b/_layouts/gallery-list.html new file mode 100644 index 0000000..c776bc6 --- /dev/null +++ b/_layouts/gallery-list.html @@ -0,0 +1,13 @@ +{% include header.html %} +
+
+
+

+ {{ page.title }} +

+
+
+ {{ content }} +
+
+{% include footer.html %} diff --git a/_layouts/gallery-photo.html b/_layouts/gallery-photo.html index 443d9e3..ed99ac1 100644 --- a/_layouts/gallery-photo.html +++ b/_layouts/gallery-photo.html @@ -1,5 +1,5 @@ {% include header.html %} -
+
{% if page.date %} @@ -26,8 +26,10 @@ {% endif %}

- {{ page.title }} - {{ page.date|date:'%A, %B %d, %Y' }} + {{ page.title }} + {% if page.date %} + {{ page.date|date:'%A, %B %d, %Y' }} + {% endif %}

@@ -35,14 +37,18 @@ Photo: {{ page.title }}

- {{ content }} + {% if content %} +
+ {{ content }} +
+ {% endif %}
Date
-
{{ page.date|date:'%A, %B %d at %I:%M %p'|replace:' 0',' '|replace:' AM',' am'|replace:' PM',' pm' }} +
{{ page.date|date:'%A, %B %d at %I:%M %p'|replace:' 0',' '|replace:' AM',' am'|replace:' PM',' pm' }}
Camera
{{ page.exif.make }} {{ page.exif.model }} @@ -58,7 +64,11 @@
{% for size in page.sizes %} {% if 0 < forloop.index0 %} · {% endif %} - {{ size[1].width }}x{{size[1].height }} + + + + {{ size[1].width }}x{{size[1].height }} + {% endfor %}
{% endif %} @@ -66,7 +76,11 @@
{% if page.location %} -
+
+ + + + map
{% endif %} diff --git a/_layouts/post.html b/_layouts/post.html index 97db04d..ff4c6a5 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,5 +1,5 @@ {% include header.html %} -
+
{% if page.date %} @@ -16,11 +16,11 @@

- {{ page.title }} - {{ page.date|date:'%A, %B %d, %Y' }} + {{ page.title }} +

-
+
{{ content }}
diff --git a/gallery/2014-colorado-aspens/index.html b/gallery/2014-colorado-aspens/index.html index 1fb16fa..5ce5bb3 100644 --- a/gallery/2014-colorado-aspens/index.html +++ b/gallery/2014-colorado-aspens/index.html @@ -1,5 +1,5 @@ --- -layout: post +layout: gallery-list title: Colorado Aspens --- diff --git a/gallery/2014-london-iceland-trip/index.html b/gallery/2014-london-iceland-trip/index.html index 9922a48..f7b63d8 100644 --- a/gallery/2014-london-iceland-trip/index.html +++ b/gallery/2014-london-iceland-trip/index.html @@ -1,10 +1,12 @@ --- -layout: post +layout: gallery-list title : London & Iceland Trip --- -

- Some photos from my trip to London and Iceland. See them on a map, too. -

+
+

+ Some photos from my trip to London and Iceland. See them on a map, too. +

+
{% include gallery_list.html gallery='2014-london-iceland-trip' %}