From 84e0478a731762d611133afae7ee9ad3b369f2c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=BB=93=E5=8F=91=E5=8F=97=E9=95=BF=E7=94=9F?=
Date: Sun, 10 Jun 2018 19:06:25 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E5=BE=AE=E8=B0=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
themes/yilia/_config.yml | 2 +-
themes/yilia/layout/_partial/article.ejs | 1 -
themes/yilia/layout/_partial/head.ejs | 9 +++------
themes/yilia/layout/_partial/left-col.ejs | 8 ++++----
themes/yilia/layout/layout.ejs | 2 +-
5 files changed, 9 insertions(+), 13 deletions(-)
diff --git a/themes/yilia/_config.yml b/themes/yilia/_config.yml
index 4be39a7..46aa345 100644
--- a/themes/yilia/_config.yml
+++ b/themes/yilia/_config.yml
@@ -114,4 +114,4 @@ friends:
友情链接5: http://localhost:6603/
友情链接6: http://localhost:6603/
-aboutme: 很惭愧
只做了一点微小的工作
谢谢大家
\ No newline at end of file
+aboutme: 愿你最终能接纳每一面每一种的自己
独自活着便是团圆
\ No newline at end of file
diff --git a/themes/yilia/layout/_partial/article.ejs b/themes/yilia/layout/_partial/article.ejs
index 5ef7192..60fd3ea 100644
--- a/themes/yilia/layout/_partial/article.ejs
+++ b/themes/yilia/layout/_partial/article.ejs
@@ -62,7 +62,6 @@
<%= __('show_full_text') %> >>
<% } %>
-
<% if (!index && theme.share_jia){ %>
<%- partial('post/share') %>
<% } %>
diff --git a/themes/yilia/layout/_partial/head.ejs b/themes/yilia/layout/_partial/head.ejs
index def14ec..40a78d3 100644
--- a/themes/yilia/layout/_partial/head.ejs
+++ b/themes/yilia/layout/_partial/head.ejs
@@ -4,10 +4,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') %>
<%- partial('google-analytics') %>
<%- partial('baidu-analytics') %>
diff --git a/themes/yilia/layout/_partial/left-col.ejs b/themes/yilia/layout/_partial/left-col.ejs
index 7ea2cec..16123bb 100644
--- a/themes/yilia/layout/_partial/left-col.ejs
+++ b/themes/yilia/layout/_partial/left-col.ejs
@@ -20,11 +20,11 @@