diff options
| author | sostler <sbostler@gmail.com> | 2010-03-21 23:01:13 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-03-21 23:01:13 -0400 |
| commit | 1c2f320c2b14089250f5e7b7790f40dc3a2908fc (patch) | |
| tree | da0df4614a38f0555cf0312bce962d8c8fb243bd /template | |
| parent | 72a35872990d8c5d322eedf2dedb87b5d67e1aae (diff) | |
| parent | b66a1d52c276b5599605621b91922745a48ca6d7 (diff) | |
Resolved TODO conflict
Diffstat (limited to 'template')
| -rw-r--r-- | template/directory.st | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/template/directory.st b/template/directory.st index 85d6a8c..1296edf 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/directory.css"> <script> |
