From a5f4e1ed470b96c1f97f3827fe07d530c53f0e5c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 3 Jan 2017 20:57:36 -0500 Subject: I hate URL handling. --- bin/index.atom.erb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'bin/index.atom.erb') diff --git a/bin/index.atom.erb b/bin/index.atom.erb index 1afbf8c..c02f709 100644 --- a/bin/index.atom.erb +++ b/bin/index.atom.erb @@ -7,13 +7,12 @@ <%= @pages.map{|p|p.updated}.sort.last.rfc3339 %> <%= Person.new("Andrew Murrell").atom %> - https://lukeshu.com/blog/ + <%= $url %> <% @pages.sort_by{|p| p.updated}.reverse.each do |page| %> - - - https://andrewdm.me/<%= page.url %> + + <%= page.url %> <%= page.updated.rfc3339 %> <%= page.published.rfc3339 %> <%= page.title %> -- cgit v1.2.3-54-g00ecf