diff options
author | mayx | 2024-09-30 13:51:26 +0000 |
---|---|---|
committer | mayx | 2024-09-30 13:51:26 +0000 |
commit | 07a3d1835078730be5c6223a555c7c83c9306958 (patch) | |
tree | 3d3d30c0fabcaec4fb4123bf4b81fd98b2e7007b /_layouts | |
parent | 550321e80acceb1d4b0bc442964014f80e1d88d3 (diff) |
Update 3 files
- /js/main.js - /_layouts/post.html - /search.json
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 358cede..c48fc2c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -80,7 +80,7 @@ layout: default {% if page.tags %} <small>tags: <em>{{ page.tags | join: "</em> - <em>" }}</em></small> {% endif %} - +<p id="suggest-container"><button onclick="getSuggestBlog('{{ page.url }}')">查看推荐文章</button></p> <div class="pagination"> {% if page.previous.url %} <span class="prev"> |