summaryrefslogtreecommitdiff
path: root/public/assets/js/lib/views/index
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/js/lib/views/index')
-rw-r--r--public/assets/js/lib/views/index/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/js/lib/views/index/index.js b/public/assets/js/lib/views/index/index.js
index fdc7a29..94bc57d 100644
--- a/public/assets/js/lib/views/index/index.js
+++ b/public/assets/js/lib/views/index/index.js
@@ -15,7 +15,7 @@ var IndexView = View.extend({
load: function(keyword){
if (keyword) {
- $(".subtitle").html('<a href="/">&lt; Home</a>')
+ $(".subtitle").html('<a href="/">&lt; Home</a> &middot; <a href="/keywords">Keywords</a>')
this.threadbox.options.latest = false
this.threadbox.options.welcome = false
$.get(this.keywordAction + keyword, this.populate.bind(this))