~iperdomo/website

8099408d74025b7140072c4219cb69079328808a — Iván Perdomo 4 months ago 7fd1322 master
Remove Bitbucket from footer links
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://bitbucket.org/iperdomo" target="_blank_">Bitbucket</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://www.openhub.net/accounts/iperdomo" target="_blank">Open Hub</a></p>
</footer>