diff --git a/_drafts/2015-06-24-pebble-time.md b/_drafts/2015-06-24-pebble-time.md deleted file mode 100644 index 55b0628..0000000 --- a/_drafts/2015-06-24-pebble-time.md +++ /dev/null @@ -1,38 +0,0 @@ ---- - -layout: post -title: "Pebble Time - Awesome Smartwatch, Many Compromises" -date: June 24, 2015 -author: - display_name: 'sipp11' -categories: Kickstarter review -kickstarter: - url: http://kck.st/1BluaTQ - widget: https://www.kickstarter.com/projects/597507018/pebble-time-awesome-smartwatch-no-compromises/widget/card.html?v=2 -tags: - -imgfolder: /media/2015/06-pebble -images: - - id: 1 - path: long-live-freedom.jpg - thumb: long-live-freedom.jpg - title: Long Live Freedom - - id: 2 - path: ideal-city.jpg - thumb: ideal-city.jpg - title: Ideal City - ---- - - -Testing Lightbox - - * will markdown still work in html format - * I guess not - - - -{% include lightbox_item.html image=2 %} - - -Does it work? diff --git a/_includes/head.html b/_includes/head.html index 557e4cc..b7d9347 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -9,4 +9,6 @@ + + {% include lightbox_header.html %} diff --git a/_includes/lightbox_itemset.html b/_includes/lightbox_itemset.html new file mode 100644 index 0000000..f10ad81 --- /dev/null +++ b/_includes/lightbox_itemset.html @@ -0,0 +1 @@ +{% for set in page.image_set %}{% if set.name == include.set %}{% for image in set.images %}{% if include.image == null or include.image == image.id or include.image == image.path %}{% endif %}{% endfor %}{% endif %}{% endfor %} \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index db62953..567473a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,8 +2,6 @@ {% include head.html %} - {% include lightbox_header.html %} - {% include header.html %} @@ -17,6 +15,8 @@ {% include footer.html %}