From fccb997b10f2e9bc597f24c5380821e4e16dccc9 Mon Sep 17 00:00:00 2001 From: solstice23 Date: Sun, 25 Oct 2020 00:45:33 +0800 Subject: [PATCH] 1.1.2.1 --- README.md | 3 ++- info.json | 4 ++-- style.css | 2 +- template-parts/content.php | 6 +++++- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 41600869..912e0a23 100644 --- a/README.md +++ b/README.md @@ -69,11 +69,12 @@ Argon 使用 [GPL V3.0](https://github.com/solstice23/argon-theme/blob/master/LI # 更新日志 -## 20201025 v1.1.1 +## 20201025 v1.1.2 + 回滚 HTML Parse 代码 + 修复 Fancybox 导致的一系列显示错误问题 + 合并移动端割裂的 UI + 增加禁用 Google 字体选项 ++ 修复关闭 Lazyload 时首页文章头图无法加载的问题 ## 20201024 v1.1.1 + 修复 Fancybox 可能会出现的 HTML Tag 提前闭合问题 diff --git a/info.json b/info.json index a9ab4428..2553ec1e 100644 --- a/info.json +++ b/info.json @@ -1,5 +1,5 @@ { - "version" : "1.1.2", + "version" : "1.1.2.1", "details_url" : "https://github.com/solstice23/argon-theme/releases", - "download_url" : "https://github.com/solstice23/argon-theme/releases/download/v1.1.2/argon.zip" + "download_url" : "https://github.com/solstice23/argon-theme/releases/download/v1.1.2.1/argon.zip" } diff --git a/style.css b/style.css index 35de73db..f36b684f 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ Theme Name: argon Author: solstice23 Author URI: https://solstice23.top/ Description: 轻盈、简洁、美观的 Wordpress 主题 -Version: 1.1.2 +Version: 1.1.2.1 License: GNU General Public License v3.0 License URI: https://www.gnu.org/licenses/gpl-3.0.html Tags: 简约, 两栏, 侧栏在左边, 浮动侧栏, 文章目录, 自适应, 夜间模式, 可自定义 diff --git a/template-parts/content.php b/template-parts/content.php index 9ce40190..22c31424 100644 --- a/template-parts/content.php +++ b/template-parts/content.php @@ -3,7 +3,11 @@ "; + if (get_option('argon_enable_lazyload') != 'false'){ + echo "thumbnail"; + }else{ + echo ""; + } echo "
"; } ?>