diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/directory.st | 7 | ||||
| -rw-r--r-- | template/mail/welcome.st | 5 |
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$>! |
