标签修改
This commit is contained in:
+1
-3
@@ -71,9 +71,7 @@
|
||||
<div class="side-nav <%= theme.color.side_nav %>" id="tag-menu">
|
||||
<h4 style="padding:0 15px">标签</h4>
|
||||
<% site.tags.forEach(function (item, index) { %>
|
||||
<a href="<%= url_for(item.path) %>">
|
||||
<%= item.name %> <span class="right"><%= __('side_nav_paper', item.length) %></span></a>
|
||||
</a>
|
||||
<a href="<%= url_for(item.path) %>"><%= item.name+' ('+item.length+')' %></a>
|
||||
<% }); %>
|
||||
</div>
|
||||
</div>
|
||||
+1
-1
@@ -21,7 +21,7 @@ article
|
||||
padding: 0 5px;
|
||||
border-radius: 5px;
|
||||
border: 1px solid #e0e0e0
|
||||
color: #212121;
|
||||
color: #d9466b;
|
||||
background-color #eeeeee
|
||||
|
||||
pre .keyword
|
||||
|
Before Width: | Height: | Size: 434 KiB After Width: | Height: | Size: 434 KiB |
Reference in New Issue
Block a user