summaryrefslogtreecommitdiff
path: root/layout/index.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'layout/index.ejs')
-rw-r--r--layout/index.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/index.ejs b/layout/index.ejs
index 53335fe..7b91e49 100644
--- a/layout/index.ejs
+++ b/layout/index.ejs
@@ -59,7 +59,7 @@
<% if (post.tags) { %>
<div class="tags">
<% (post.tags).forEach(function(item) { %>
- <span class="tag"><%= item.name %></span>
+ <span class="tag"># <%= item.name %></span>
<% }); %>
</div>
<% } %>