模板微调

This commit is contained in:
结发受长生 2018-06-10 19:06:25 +08:00
parent 21b68b67af
commit 84e0478a73
5 changed files with 9 additions and 13 deletions

View File

@ -114,4 +114,4 @@ friends:
友情链接5: http://localhost:6603/
友情链接6: http://localhost:6603/
aboutme: 很惭愧<br><br>只做了一点微小的工作<br>谢谢大家
aboutme: 愿你最终能接纳每一面每一种的自己<br>独自活着便是团圆

View File

@ -62,7 +62,6 @@
<a class="article-more-a" href="<%- url_for(post.path) %>"><%= __('show_full_text') %> >></a>
</p>
<% } %>
<% if (!index && theme.share_jia){ %>
<%- partial('post/share') %>
<% } %>

View File

@ -4,10 +4,8 @@
<meta charset="utf-8">
<%
var title = page.title;
if (is_archive()){
title = 'Archives';
if (is_month()){
title += ': ' + page.year + '/' + page.month;
} else if (is_year()){
@ -34,10 +32,9 @@
<%- css('css/main.css') %>
<%- css('css/extra.css') %>
<style type="text/css">
<% var defaultCtnBg = 'linear-gradient(200deg,#a0cfe4,#e8c37e)' %>
#container.show {
background: <%= theme.style && theme.style.slider ? theme.style.slider : defaultCtnBg %>;
}
#container.show {
background: <%= theme.style && theme.style.slider ? theme.style.slider : 'linear-gradient(200deg,#a0cfe4,#e8c37e)' %>;
}
</style>
<%- partial('google-analytics') %>
<%- partial('baidu-analytics') %>

View File

@ -20,11 +20,11 @@
</ul>
</nav>
<nav class="header-smart-menu">
<% for (let menuName in theme.smart_menu){ %>
<% if(theme.smart_menu[menuName]){ %>
<% for (let menuName in theme.smart_menu){
if(theme.smart_menu[menuName]){ %>
<a @click="openSlider($event, '<%-menuName%>')" href="javascript:void(0)"><%= __(theme.smart_menu[menuName]) %></a>
<% } %>
<% } %>
<% }
} %>
</nav>
<nav class="header-nav">
<div class="social">

View File

@ -7,7 +7,7 @@
</div>
<div class="mid-col" :class="{show:isShow,hide:!isShow}">
<%- partial('_partial/mobile-nav', null, {cache: !config.relative_link}) %>
<div id="wrapper" class="body-wrap">
<div id="wrapper" class="body-wrap" v-pre>
<div class="menu-l">
<div class="canvas-wrap">
<canvas data-colors="#eaeaea" data-sectionHeight="100" data-contentId="js-content" class="anm-canvas"></canvas>