summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/orly-memes.html.j2 (renamed from templates/oreily-memes.html.j2)4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/oreily-memes.html.j2 b/templates/orly-memes.html.j2
index b1a8ce0..8555c06 100644
--- a/templates/oreily-memes.html.j2
+++ b/templates/orly-memes.html.j2
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<html>
<head>
- <title>O'Reily Memes</title>
+ <title>O'RLY Memes</title>
<style>
img.meme {width: 24%;}
</style>
</head>
<body>
- <h1>O'Reily Memes</h1>
+ <h1>O'RLY Memes</h1>
<p>{% for meme in memes %}
<a href="{{ meme.orig }}"><img class=meme src="{{ meme.thumb }}"></a>{% endfor %}
</p>