Skip to content

Commit aee6a91

Browse files
committed
replace deprecated Google Charts API with QRServer for generating QR codes
Signed-off-by: Niko Köbler <niko@n-k.de>
1 parent e6d7936 commit aee6a91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/talk.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<li>
22
{% 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"/>
3+
<img src="http://api.qrserver.com/v1/create-qr-code/?size=80x80&data={{ post.url | prepend: site.url }}" alt="{{ post.title }} QR Code"/>
44
{% endif %}
55
<div>
66
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%d.%m.%Y" }}</time> &raquo;

0 commit comments

Comments
 (0)