summaryrefslogtreecommitdiff
path: root/page.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'page.html.erb')
-rw-r--r--page.html.erb8
1 files changed, 7 insertions, 1 deletions
diff --git a/page.html.erb b/page.html.erb
index 75c576f..54959d8 100644
--- a/page.html.erb
+++ b/page.html.erb
@@ -2,7 +2,8 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title><%= @page.title %> — Luke Shumaker</title>
+ <title><%= @page.title %> — Luke T. Shumaker</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/style.css">
<link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/>
</head>
@@ -12,6 +13,11 @@
<%= @page.content %>
</article>
<footer>
+ <aside class="sponsor"><p>I'd love it if you <a class="em"
+ href="/sponsor/">sponsored me</a>. It will allow me to continue
+ <a class="em" href="/imworkingon/">my work</a> on the GNU/Linux
+ ecosystem. Thanks!</p></aside>
+
<%= @page.rights %>
</footer>
</body>