diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-10 20:07:25 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-10 20:07:25 -0400 |
| commit | 9637e123f2c5de56eef9731cd66a22d087ca2355 (patch) | |
| tree | 203f6b11ab1aaa3835d5d7c12be445d53f3df57c /template | |
| parent | 25b66885b8c6b466b111aa0566eb600ce147c04d (diff) | |
Revert "making each page title unique to be nicer to google"
This reverts commit 25b66885b8c6b466b111aa0566eb600ce147c04d.
Diffstat (limited to 'template')
| -rw-r--r-- | template/popular.st | 2 | ||||
| -rw-r--r-- | template/profilelog.st | 2 | ||||
| -rw-r--r-- | template/single_message.st | 2 | ||||
| -rw-r--r-- | template/tagged_dumps.st | 2 | ||||
| -rw-r--r-- | template/userlog.st | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/template/popular.st b/template/popular.st index a30feed..b48a999 100644 --- a/template/popular.st +++ b/template/popular.st @@ -1,6 +1,6 @@ <html> <head> - <title>$nick$'s most loved posts - dump.fm</title> + <title>dump.fm - $nick$'s popular</title> $head()$ diff --git a/template/profilelog.st b/template/profilelog.st index 74f6a90..24e9e07 100644 --- a/template/profilelog.st +++ b/template/profilelog.st @@ -1,6 +1,6 @@ <html> <head> - <title>$nick$'s dump.fm (page $page_current$)</title> + <title>$nick$'s dump.fm</title> $head()$ <script src="/static/js/jquery.editinplace.1.0.1.packed.js" type="text/javascript"></script> <script src="/static/js/ajaxupload.js"></script> diff --git a/template/single_message.st b/template/single_message.st index 1cfd9fd..e017b6f 100644 --- a/template/single_message.st +++ b/template/single_message.st @@ -1,7 +1,7 @@ <html> <head> - <title>a post by $dump.nick$ - dump.fm</title> + <title>dump.fm</title> $head()$ <script> jQuery(document).ready(initLog); diff --git a/template/tagged_dumps.st b/template/tagged_dumps.st index eedd93a..fb86536 100644 --- a/template/tagged_dumps.st +++ b/template/tagged_dumps.st @@ -1,6 +1,6 @@ <html> <head> - <title>$page_title$ (page $page_current$) - dump.fm</title> + <title>dump.fm - $page_title$</title> $head()$ <link rel="stylesheet" media="screen" type="text/css" href="http://dump.fm/static/css/dump.css"> <script> diff --git a/template/userlog.st b/template/userlog.st index ad3cc54..5c925fd 100644 --- a/template/userlog.st +++ b/template/userlog.st @@ -1,6 +1,6 @@ <html> <head> - <title>$nick$'s dump.fm (page $page_current$)</title> + <title>$nick$'s dump.fm</title> $head()$ <script> |
