Convert proposal thread URLs to clearnet with HTTPS

This commit is contained in:
str4d
2018-03-10 16:21:32 +00:00
parent 7f662e9d3a
commit 92b5b3c7aa
2 changed files with 29 additions and 1 deletions

View File

@@ -19,7 +19,7 @@
<dt>Created</dt>
<dd><time datetime="{{ meta.created }}">{{ meta.created }}</time></dd>
<dt>Thread</dt>
<dd><a href="{{ meta.thread }}">{{ meta.thread }}</a></dd>
<dd><a href="{{ i2pclr(meta.thread) }}">{{ i2pclr(meta.thread) }}</a></dd>
<dt>Last updated</dt>
<dd><time datetime="{{ meta.lastupdated }}">{{ meta.lastupdated }}</time></dd>
<dt>Status</dt><dd>{{ meta.status }}</dd>