diff options
author | B Mathis <brandon@imathis.com> | 2009-10-20 08:50:16 -0500 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-10-20 08:50:16 -0500 |
commit | e0a0d093c44481d1fada3ab4bb9a0c5cf1276524 (patch) | |
tree | 95f73f688f0065a212c04cc9e180957a420fa22e /source/_helpers.rb | |
parent | a72b96142a3a9c55ef661863484a26bc02103169 (diff) | |
download | my_new_personal_website-e0a0d093c44481d1fada3ab4bb9a0c5cf1276524.tar.xz my_new_personal_website-e0a0d093c44481d1fada3ab4bb9a0c5cf1276524.zip |
paramaterized feed, rsync deployment, and unified layouts
Diffstat (limited to 'source/_helpers.rb')
-rw-r--r-- | source/_helpers.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/_helpers.rb b/source/_helpers.rb index bbff39f0..0c767f70 100644 --- a/source/_helpers.rb +++ b/source/_helpers.rb @@ -178,9 +178,6 @@ module Helpers input.gsub(/(href|src)(\s*=\s*)(["'])(\/.*?)\3/) { $1 + $2 + $3 + "http://brandonmathis.com" + $4 + $3 } end - def full_url(input) - 'http://brandonmathis.com'+input - end def rp(input) RubyPants.new(input).to_html end |