There was an error while loading. Please reload this page.
1 parent e6d7936 commit aee6a91Copy full SHA for aee6a91
1 file changed
_includes/talk.html
@@ -1,6 +1,6 @@
1
<li>
2
{% if showUrlAndQrCode %}
3
- <img src="https://chart.apis.google.com/chart?chs=80x80&cht=qr&chld=|0&chl={{site.url}}{{post.url}}" alt="{{ post.title }} QR Code"/>
+ <img src="http://api.qrserver.com/v1/create-qr-code/?size=80x80&data={{ post.url | prepend: site.url }}" alt="{{ post.title }} QR Code"/>
4
{% endif %}
5
<div>
6
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%d.%m.%Y" }}</time> »
0 commit comments