3
1
Derivar 1

Remove extra | character in footer

Este cometimento está contido em:
Jesper Hess 2019-03-04 16:46:15 +01:00
ascendente 75bd601f88
cometimento 07843bebfc
Assinado por um utilizador não fiável: graffen
ID da chave GPG: 351A89E40D763F0F
1 ficheiros modificados com 1 adições e 1 eliminações

Ver ficheiro

@ -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>