~iperdomo/website

9182c9f96b1af8a7532efe3e5dc8438941943456 — Iván Perdomo an hour ago 8099408 master
Avoid redicted www -> "naked" domain
1 files changed, 1 insertions(+), 1 deletions(-)

M layouts/partials/footer.html
M layouts/partials/footer.html => layouts/partials/footer.html +1 -1
@@ 1,3 1,3 @@
<footer>
  <p><a href="{{ "/contact/" | relLangURL }}">{{ i18n "contact"}}</a> | <a href="https://github.com/iperdomo" target="_blank">GitHub</a> | <a href="https://git.sr.ht/~iperdomo" target="blank">sourcehut</a> | <a href="https://www.openhub.net/accounts/iperdomo" target="_blank">Open Hub</a></p>
  <p><a href="{{ "/contact/" | relLangURL }}">{{ i18n "contact"}}</a> | <a href="https://github.com/iperdomo" target="_blank">GitHub</a> | <a href="https://git.sr.ht/~iperdomo" target="blank">sourcehut</a> | <a href="https://openhub.net/accounts/iperdomo" target="_blank">Open Hub</a></p>
</footer>