summaryrefslogtreecommitdiff
path: root/src/site.clj
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-07-10 20:07:25 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-07-10 20:07:25 -0400
commit9637e123f2c5de56eef9731cd66a22d087ca2355 (patch)
tree203f6b11ab1aaa3835d5d7c12be445d53f3df57c /src/site.clj
parent25b66885b8c6b466b111aa0566eb600ce147c04d (diff)
Revert "making each page title unique to be nicer to google"
This reverts commit 25b66885b8c6b466b111aa0566eb600ce147c04d.
Diffstat (limited to 'src/site.clj')
-rw-r--r--src/site.clj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/site.clj b/src/site.clj
index d537081..5294f40 100644
--- a/src/site.clj
+++ b/src/site.clj
@@ -548,7 +548,6 @@ FROM users u
(.setAttribute st "next" (inc offset)))
(if (not= offset 0)
(.setAttribute st "prev" (max (dec offset) 0)))
- (.setAttribute st "page_current" (inc offset))
(.setAttribute st "debug_log_items" (logger))
(.toString st))
(resp-error "NO_USER")))
@@ -895,7 +894,6 @@ order by count desc limit ? offset ?")
(.setAttribute st "next" (inc offset)))
(if (not= offset 0)
(.setAttribute st "prev" (max (dec offset) 0)))
- (.setAttribute st "page_current" (inc offset))
(.setAttribute st "dumps" dumps)
(.setAttribute st "infobar" info-bar)
(.setAttribute st "page_title" page-title)