From 852304f6bc479a8279eebb3f011c2b15ec946d89 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sun, 14 Apr 2024 15:33:19 -0600 Subject: Include my middle initial --- index.atom.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.atom.erb') diff --git a/index.atom.erb b/index.atom.erb index a5e1586..ca47602 100644 --- a/index.atom.erb +++ b/index.atom.erb @@ -1,12 +1,12 @@ - Luke Shumaker's Web Log + Luke T. Shumaker's Web Log <%= @pages.map{|p|p.date}.sort.last.rfc3339 %> - <%= Person.new("Luke Shumaker").atom %> + <%= Person.new("Luke T. Shumaker").atom %> https://lukeshu.com/blog/ <% @pages.sort_by{|p| p.date}.reverse.each do |page| %> -- cgit v1.2.3