Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] Support solo 4.3.1 and fix issue #37

Merged
merged 8 commits into from
Sep 19, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update: unable click comment link
  • Loading branch information
zjhch123 committed Sep 19, 2020
commit 4fed168c34cddad435650b6eb4683df42172e5b8
4 changes: 2 additions & 2 deletions article-list.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
<div class="article__visit">
<div class="article__visit--left">
<span class="item--split createTime">${article.articleCreateDate?string("yyyy-MM-dd")}</span>
<a class="item item--split" href="${servePath}${article.articlePermalink}#comments">
<span class="item item--split" href="${servePath}${article.articlePermalink}#comments">
<span data-uvstatcmt="${article.oId}">0</span>
${commentLabel}
</a>
</span>
<span class="item">
<span data-uvstaturl="${servePath}${article.articlePermalink}">0</span> ${viewLabel}
</span>
Expand Down
6 changes: 2 additions & 4 deletions macro-blog_header.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,8 @@
<div class="articleMeta__info">
<span class="author">@${article.authorName} &nbsp;${article.articleCreateDate?string("yyyy-MM-dd")}</span>
<span class="comments">
<a href="${servePath}${article.articlePermalink}#comments">
<span data-uvstatcmt="${article.oId}">0</span>
${commentLabel}
</a>
<span data-uvstatcmt="${article.oId}">0</span>
${commentLabel}
</span>
<span class="views">
<span data-uvstaturl="${servePath}${article.articlePermalink}">0</span> ${viewLabel}
Expand Down