summaryrefslogtreecommitdiff
path: root/template/fame.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/fame.st')
-rwxr-xr-xtemplate/fame.st18
1 files changed, 15 insertions, 3 deletions
diff --git a/template/fame.st b/template/fame.st
index ab47150..31c1b27 100755
--- a/template/fame.st
+++ b/template/fame.st
@@ -1,3 +1,15 @@
+<!--/*
+
+ // hump.fm
+ _oo\
+ (__/ \ _ _
+ \ \/ \/ \
+ ( )\
+ \_______/ \
+ [[] [[] [[] [[]
+ [[] [[] [[] [[]
+
+-->
<html>
<head>
<title>hump.fm hall of fame</title>
@@ -15,12 +27,12 @@
<div id="messageList">
- $if(dumps)$
+ $if(humps)$
<span class="content">
- $dumps: { dump | $fame_dump()$ }$
+ $humps: { hump | $fame_hump()$ }$
</span>
$else$
- No dumps!
+ No humps!
$endif$
</div>