summaryrefslogtreecommitdiff
path: root/themes/hexo-theme-freemind.bithack/layout/_partial/post/title.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hexo-theme-freemind.bithack/layout/_partial/post/title.ejs')
-rw-r--r--themes/hexo-theme-freemind.bithack/layout/_partial/post/title.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/hexo-theme-freemind.bithack/layout/_partial/post/title.ejs b/themes/hexo-theme-freemind.bithack/layout/_partial/post/title.ejs
index b3e79d0..ca84d5c 100644
--- a/themes/hexo-theme-freemind.bithack/layout/_partial/post/title.ejs
+++ b/themes/hexo-theme-freemind.bithack/layout/_partial/post/title.ejs
@@ -7,10 +7,10 @@
<% } else { %>
<% if (index) { %>
<!-- display as entry -->
-<div class="row">
+<div class="row" style="background-color: #222;">
<div class="col-md-8">
<h3 class="title">
- <a href="<%- config.root %><%- item.path %>" <% if(item.description) { %>title="<%= item.description %>"<% } %>><%= item.title %></a>
+ <a href="<%- config.root %><%- item.path %>" <% if(item.description) { %>title="<%= item.description %>"<% } %>>ยป <%= item.title %></a>
</h3>
</div>
<div class="col-md-4">