summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authortim b <timb@camcompu.home>2010-04-03 21:11:45 -0700
committertim b <timb@camcompu.home>2010-04-03 21:11:45 -0700
commit7114b29dca66ac9032a74255fa9c7bb37e333fdc (patch)
tree60153fb300568b34f173cf3c230e197b84cd8415 /template
parentd32d26065494ccbd4a9ddba0789003e3daa5fa28 (diff)
parent4479097093127a20a40a9dceb604bf4290c09a2d (diff)
committing stuff so i can merge pulled repo
Diffstat (limited to 'template')
-rw-r--r--template/directory.st7
-rw-r--r--template/mail/welcome.st5
2 files changed, 10 insertions, 2 deletions
diff --git a/template/directory.st b/template/directory.st
index f6d633c..9135947 100644
--- a/template/directory.st
+++ b/template/directory.st
@@ -1,7 +1,10 @@
<html>
<head>
-
- <title>dump.fm</title>
+ $if(cur)$
+ <title>dump.fm directory [$cur$]</title>
+ $else$
+ <title>dump.fm directory</title>
+ $endif$
$head()$
<link rel="stylesheet" type="text/css" href="/static/css/directory.css">
<script>
diff --git a/template/mail/welcome.st b/template/mail/welcome.st
new file mode 100644
index 0000000..42a0b38
--- /dev/null
+++ b/template/mail/welcome.st
@@ -0,0 +1,5 @@
+SUBJECT: Welcome to dump.fm, $nick$!
+
+Welcome to the dump.fm posting experience.
+Get started at <http://dump.fm/chat>, or setup your
+profile at <http://dump.fm/u/$nick$>!