From d15d7cb2c6a83e0f312dda3803a6139c4e4acb6c Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Tue, 15 Jun 2010 08:18:17 +1000 Subject: [PATCH] Read Short URL from item --- layouts/article.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layouts/article.html b/layouts/article.html index 1f00f79..d8b75c5 100644 --- a/layouts/article.html +++ b/layouts/article.html @@ -9,7 +9,6 @@ <%= yield %> -<% short = short_url("http://www.wezm.net#{@item.identifier}") %>

Got Something to Add?

Contact me by email or Twitter if you have a comment, correction or just want to get in touch.

@@ -57,6 +56,6 @@ -
  • Short URL: <%= short %>
  • +
  • Short URL: <%= @item[:short_url] %>