From 5449dca686d7bdbd5f09acd4e9fd8647535acde9 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 3 Jan 2017 20:18:45 -0500 Subject: index.yaml partial support --- bin/index.atom.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/index.atom.erb') diff --git a/bin/index.atom.erb b/bin/index.atom.erb index 0667088..1afbf8c 100644 --- a/bin/index.atom.erb +++ b/bin/index.atom.erb @@ -1,7 +1,7 @@ - AndrewDM.me <%= @path %> + AndrewDM.me <%= @title %> @@ -11,9 +11,9 @@ <% @pages.sort_by{|p| p.updated}.reverse.each do |page| %> - - - https://lukeshu.com/blog/<%= page.slug %>.html + + + https://andrewdm.me/<%= page.url %> <%= page.updated.rfc3339 %> <%= page.published.rfc3339 %> <%= page.title %> -- cgit v1.2.3-54-g00ecf