Skip to content

Commit

Permalink
🐛 fixed qrcode generate fail
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Oct 7, 2018
1 parent 1d8deb2 commit 30330d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/themes/default/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1 class="post-title" itemprop="name headline">
<span class="bottom-bar-item bottom-bar-facebook"><a href="https://www.facebook.com/sharer/sharer.php?u=${permalink()}" target="_blank" title="${title()}" rel="nofollow">facebook</a></span>
<span class="bottom-bar-item bottom-bar-twitter"><a href="https://twitter.com/intent/tweet?url=${permalink()}&text=${title()}" target="_blank" title="${title()}" rel="nofollow">Twitter</a></span>
<span class="bottom-bar-item bottom-bar-weibo"><a href="http://service.weibo.com/share/share.php?url=${permalink()}&amp;title=${title()}" target="_blank" title="${title()}" rel="nofollow">Weibo</a></span>
<span class="bottom-bar-item bottom-bar-qrcode"><a href="https://cli.im/api/qrcode/code?text=${permalink()}&mhid=sELPDFnok80gPHovKdI" target="_blank" rel="nofollow">QRcode</a></span>
<span class="bottom-bar-item bottom-bar-qrcode"><a href="https://cli.im/api/qrcode/code?text=${permalink()}&mhid=50eWDQu6nc0hMHcrKtNXPKo" target="_blank" rel="nofollow">QRcode</a></span>
</div>
<div class="bottom-bar-items right">
<span class="bottom-bar-item">${thePrev('→')}</span>
Expand Down

0 comments on commit 30330d4

Please sign in to comment.