summaryrefslogtreecommitdiff
path: root/index.atom.erb
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-14 15:33:19 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-14 15:36:37 -0600
commit852304f6bc479a8279eebb3f011c2b15ec946d89 (patch)
tree393b5d2ddf3d46da6002145d99b9de2bf4d20b8e /index.atom.erb
parent05d0d3ff62a68f181937e4ad247c4b35514c2553 (diff)
Include my middle initial
Diffstat (limited to 'index.atom.erb')
-rw-r--r--index.atom.erb4
1 files changed, 2 insertions, 2 deletions
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 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <title>Luke Shumaker's Web Log</title>
+ <title>Luke T. Shumaker's Web Log</title>
<link rel="self" type="application/atom+xml" href="./index.atom"/>
<link rel="alternate" type="text/html" href="./"/>
<link rel="alternate" type="text/markdown" href="./index.md"/>
<updated><%= @pages.map{|p|p.date}.sort.last.rfc3339 %></updated>
- <author><%= Person.new("Luke Shumaker").atom %></author>
+ <author><%= Person.new("Luke T. Shumaker").atom %></author>
<id>https://lukeshu.com/blog/</id>
<% @pages.sort_by{|p| p.date}.reverse.each do |page| %>