Remove extra | character in footer

这个提交包含在:
Jesper Hess 2019-03-04 16:46:15 +01:00
父节点 75bd601f88
当前提交 07843bebfc
由未授信的用户签名: graffen
GPG 密钥 ID: 351A89E40D763F0F
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -196,7 +196,7 @@
<footer>
<div class="container">
<small>| Generously hosted by <a href="https://data.coop">data.coop</a> | <a href="https://git.data.coop/cryptohagen.dk/website">Source code</a> | Site built: {{ "now" | date: "%Y-%m-%d %H:%M" }} UTC | Jekyll {{ jekyll.version }}</small>
<small>Generously hosted by <a href="https://data.coop">data.coop</a> | <a href="https://git.data.coop/cryptohagen.dk/website">Source code</a> | Site built: {{ "now" | date: "%Y-%m-%d %H:%M" }} UTC | Jekyll {{ jekyll.version }}</small>
</div>
</footer>