From e26e6a8d75a1478118cd8df2b1f434ca5eff3f18 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sat, 23 Jan 2010 17:35:09 +1100 Subject: [PATCH] Add Flickr thumbnails --- layouts/listing.html | 89 +++++++++++++++++++++++++++++++++++++------- output/css/style.css | 18 +++++++++ 2 files changed, 94 insertions(+), 13 deletions(-) diff --git a/layouts/listing.html b/layouts/listing.html index 7584575..19562ad 100644 --- a/layouts/listing.html +++ b/layouts/listing.html @@ -11,19 +11,82 @@ <%= render 'header' %>
- +
+

Geeky

+
    + <% sorted_articles[0..9].each do |article| %> + <% post_date = WezM::Helpers.post_date(article) %> +
  • + + <%= post_date.day %> + <%= post_date.strftime('%b') %> + <%= post_date.year %> + + <%= article[:title] %> +
  • + <% end %> +
+
+ +
+

Non-Geeky

+
    + <% sorted_articles[0..9].each do |article| %> + <% post_date = WezM::Helpers.post_date(article) %> +
  • + + <%= post_date.day %> + <%= post_date.strftime('%b') %> + <%= post_date.year %> + + <%= article[:title] %> +
  • + <% end %> +
+
+ + + +
+
    +
  • + Blue Flower +
  • +
  • + Wes on Steps in the Rainforest +
  • +
  • + Wes and Manda in the Rainforest +
  • +
  • + Manda in the Rainforest +
  • +
  • + Mossy Path and Seat +
  • +
  • + Manda Sitting in Linden Gardens +
  • +
  • + Tea and Coffee Supplies +
  • +
+