diff options
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index c48fc2c..6cf9422 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -80,6 +80,7 @@ layout: default {% if page.tags %} <small>tags: <em>{{ page.tags | join: "</em> - <em>" }}</em></small> {% endif %} +<br /> <p id="suggest-container"><button onclick="getSuggestBlog('{{ page.url }}')">查看推荐文章</button></p> <div class="pagination"> {% if page.previous.url %} |