diff --git a/README.md b/README.md index f24ea92c..0dc146d5 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ echo "theme = 'farallon'" >> hugo.toml ## Release Notes +### 0.4.8 + +- add cover link + ### 0.4.7 - compatible with the latest version diff --git a/README_CN.md b/README_CN.md index 53c9cfba..562ccb40 100644 --- a/README_CN.md +++ b/README_CN.md @@ -14,6 +14,10 @@ echo "theme = 'farallon'" >> hugo.toml ## Release Note +### 0.4.8 + +- 增加封面链接 + ### 0.4.7 - 兼容最新版本 diff --git a/layouts/partials/post.html b/layouts/partials/post.html index 52b768c4..5d0a84f2 100644 --- a/layouts/partials/post.html +++ b/layouts/partials/post.html @@ -48,6 +48,7 @@