diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-14 19:20:21 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-14 19:20:21 +0100 |
commit | b80cbb4da92dcdead24a3ab44f84f5e75e1e7c1c (patch) | |
tree | 18400bd0ad74d12230695b754662d8a3a811f23d /templates/index.html | |
parent | e168a7ba551f035c357efa92a3b1079277486e55 (diff) | |
download | website-trunk.tar.gz |
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/templates/index.html b/templates/index.html index b3bf87f..1d921b5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,14 +13,6 @@ It allows me to improve my devops skill by deploying and maintaining my personal <li><code>pgp</code> <a href="public/pgp.pub.txt">8C7D 6DAF 14F8 1426 40CE 83EA F85C D02D B419 D68C</a> </ul> -<h2>contact</h2> -<nav> - <a target="_blank" href="https://github.com/binary550">github</a> - <a target="_blank" href="https://gitlab.com/binary550">gitlab</a> - <a target="_blank" href="https://artstation.com/binary550">artstation</a> - <a target="_blank" href="https://matrix.to/#/@romaingoncalves:ungleich.ch">matrix</a> - <a target="_blank" href="https://www.linkedin.com/in/rgoncalvesse/">linkedin</a> - <a href="mailto:contact@rgoncalves.se">contact@rgoncalves.se</a> -</nav> +{% include "_contact.html" %} {% endblock content %} |