summaryrefslogtreecommitdiff
path: root/page.html.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 /page.html.erb
parent05d0d3ff62a68f181937e4ad247c4b35514c2553 (diff)
Include my middle initial
Diffstat (limited to 'page.html.erb')
-rw-r--r--page.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/page.html.erb b/page.html.erb
index 75c576f..71378a5 100644
--- a/page.html.erb
+++ b/page.html.erb
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title><%= @page.title %> — Luke Shumaker</title>
+ <title><%= @page.title %> — Luke T. Shumaker</title>
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>