k6 links: https
Previously only http:// worked. QR-code is kept http://, as the stickers were generated such.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
>
|
||||
<td>
|
||||
{% if item.shortener %}
|
||||
<a href="http://k6.ee/{{ item.shortener.slug }}">{{ item.shortener.slug }}</a>
|
||||
<a href="https://k6.ee/{{ item.shortener.slug }}">{{ item.shortener.slug }}</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>{{ item.inventory.visibility }}</td>
|
||||
|
Reference in New Issue
Block a user