From 567f9202898cf750e2f10a4031cffc80bd3e76ba Mon Sep 17 00:00:00 2001 From: raul Date: Mon, 21 Oct 2024 15:34:47 +0200 Subject: [PATCH] Minor corrections --- content/about.en.md | 2 +- content/about.md | 2 +- hugo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/about.en.md b/content/about.en.md index a6c8bc1..d23ecb4 100644 --- a/content/about.en.md +++ b/content/about.en.md @@ -12,4 +12,4 @@ My main interests revolve around cybersecurity and system/network administration If you'd like to know more about my programming experience, [I've always enjoyed writing in Go](https://git.bulgariu.xyz/raul). -You can find some of my tutorials/writeups [here](/en/posts) +You can find some of my tutorials/writeups [here](/en/posts). diff --git a/content/about.md b/content/about.md index 94fa5c9..120a9e8 100644 --- a/content/about.md +++ b/content/about.md @@ -12,4 +12,4 @@ Mis principales intereses giran en torno a la ciberseguridad y la administració Si quieres saber más sobre mi experiencia en programación, [siempre me ha gustado escribir en Go](https://git.bulgariu.xyz/raul). -Puedes encontrar algunos de mis tutoriales/artículos [aquí](/es/posts) +Puedes encontrar algunos de mis tutoriales/artículos [aquí](/posts). diff --git a/hugo.toml b/hugo.toml index 0fa5bd7..e2d5be5 100644 --- a/hugo.toml +++ b/hugo.toml @@ -74,7 +74,7 @@ url = "mailto:raul@bulgariu.xyz" [[params.social]] name = "Git" -icon = "fa fa-2x fa-git-alt" +icon = "fa fa-2x fa-git" weight = 3 url = "https://git.bulgariu.xyz/raul"