Remove extra | character in footer

This commit is contained in:
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>