Remove extra | character in footer
continuous-integration/drone/push Build is passing Detalles

Este commit está contenido en:
Jesper Hess 2019-03-04 16:46:15 +01:00
padre 75bd601f88
commit 07843bebfc
Firmado por usuario no fiable: graffen
ID de clave GPG: 351A89E40D763F0F
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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