summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler St. Onge <tylertstonge@gmail.com>2020-07-18 15:08:15 -0400
committerTyler St. Onge <tylertstonge@gmail.com>2020-07-18 15:08:15 -0400
commit751722f0425087c0aeafa1769b2a29ec755cb53d (patch)
treeabb3dd7a84862fcf1cbac5c1b8c8985834a5e918
parent23245f3150497ce115b81ac52b518ee6123f5c6b (diff)
style changes to post titles
-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">