summaryrefslogtreecommitdiff
path: root/templates/index.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.hbs')
-rw-r--r--templates/index.hbs3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/index.hbs b/templates/index.hbs
index 9f85a85..9c928be 100644
--- a/templates/index.hbs
+++ b/templates/index.hbs
@@ -32,13 +32,14 @@
<section id="tags">
<h2>Tags</h2>
- <ul>
+ <ul id="top-tags">
{{#each tags}}
<li><a href="/posts?query={{ name }}">{{ name }}</a> {{ count }}</li>
{{/each}}
</ul>
</section>
</aside>
+ <script src="/public/js/mass_editor.js"></script>
<script src="/public/js/infinite_scroll.js"></script>
</body>
</html>