summaryrefslogtreecommitdiff
path: root/index.atom.erb
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-14 15:38:21 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-14 15:38:35 -0600
commit816165d16faec8692d3dbbd80bc6497f13f4997e (patch)
tree699fdf16f07114dae36c67229753e95bd771493f /index.atom.erb
parent705487d6b3fd418c39d453ef24d8e425d335ba3e (diff)
parentca9db4335ec863ace3f098adeef36529fb6fa859 (diff)
make: Upgrade from CC BY-SA 3.0 to CC BY-SA 4.0
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| %>