diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c092831 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ + +## v1.1 +1. 修改`share`组件样式。 +2. 优化`sharejs` 样式,去掉`google+ `等分享。 +3. 增加阅读量显示。 diff --git a/layout/common/module.ftl b/layout/common/module.ftl index 083d88f..9b3b4ed 100644 --- a/layout/common/module.ftl +++ b/layout/common/module.ftl @@ -1,14 +1,12 @@ <#macro module name> <#if name == 'share'>
-
+<#--
--> <#-- --> <#-- --> <#-- --> -
-
-
-
+<#--
--> +
<#if settings.share_type?? && settings.share_type!=''> <#include "../share/${settings.share_type}.ftl"> diff --git a/layout/share/sharejs.ftl b/layout/share/sharejs.ftl index 009d962..6b1dd34 100644 --- a/layout/share/sharejs.ftl +++ b/layout/share/sharejs.ftl @@ -1,3 +1,50 @@ - + + \ No newline at end of file diff --git a/theme.yaml b/theme.yaml index b89a7d1..6ecb139 100644 --- a/theme.yaml +++ b/theme.yaml @@ -7,4 +7,4 @@ description: logo: website: https://www.imkun.dev repo: https://github.com/halo-dev/halo-theme-imkundev -version: 1.0 +version: 1.1