gabrielgio.me @ 43dcac95a468e71b98a7fd782769984759f345ab

fix: Fix readme me link

Readme link was, for some reason, pointing to its own gitlab repo.
 1diff --git a/README.md b/README.md
 2index 84c30108914a7f37dba44ab2d617acfe167cc267..fec77b5c29fe933f4f8dbadccbce157bd24033d9 100644
 3--- a/README.md
 4+++ b/README.md
 5@@ -1 +1,11 @@
 6-[gabrielgio.me](gabrielgio.me)
 7+# My personal blog
 8+
 9+[gabrielgio.me](https://gabrielgio.me)
10+
11+
12+To run you just need to:
13+
14+``` shell
15+hugo server
16+```
17+
18diff --git a/content/posts/2019-03-03-welcome-to-my-blog.org b/content/posts/2019-03-03-welcome-to-my-blog.org
19index fe02c4b064a415f19b89f667049be75f782a147c..889131d205f98d0991607ad6e2e19bc4f3570d79 100644
20--- a/content/posts/2019-03-03-welcome-to-my-blog.org
21+++ b/content/posts/2019-03-03-welcome-to-my-blog.org
22@@ -1,13 +1,12 @@
23 ---
24 title: "Welcome to my blog"
25-author: ["Kaushal Modi"]
26 date: 2019-03-03
27 lastmod: 2020-07-12
28 ---
29 
30-On this blog, I'll be posting some personal projects that I'm working or just
31-logging stuff that I don't want to forget, hopefully I will keep this updated.
32+On this blog, I'll be posting some personal projects that I'm working on or just
33+logging stuff that I don't want to forget.
34 
35-/Disclaimer/: english it's not my native language so if you find something that
36-you don't understand I'd love you to open an [[https://gitlab.com/gabrielgio/homestation/-/issuess][issue]], or even have something to
37-add, open a [[phttps://gitlab.com/gabrielgio/homestation/-/merge_requests][MR]]
38+/Disclaimer/: English it's not my native language so if you find something that
39+you don't understand I'd love you to open an [[https://gitlab.com/gabrielgio/homestation/-/issuess][issue]], or if you have something to
40+add open a [[phttps://gitlab.com/gabrielgio/homestation/-/merge_requests][MR]]
41diff --git a/content/projects/_index.md b/content/projects/_index.md
42index ace65cc33b1334391a0d4cc7fbe2298eac6f7588..a25ab15a9f2386dc1773832b554c4a80267e806c 100644
43--- a/content/projects/_index.md
44+++ b/content/projects/_index.md
45@@ -39,5 +39,5 @@     commit](https://gitlab.com/gabrielgio/genpass/-/tree/2db3d88503fbe219e99c464c4cc8e768613e1359)).
46     Now I have been using it as a playground to play a bit with rust/wasm and it
47     is a quite interesting comparacion to make. The cljs implementation could
48     not handle more than 1k chars, while the wasm can easly handle >100k. Is it
49-    useful for a password generator? Probabally not, but if it your use case now
50-    I got you covered.
51+    useful for a password generator? Probabally not, but if it is your use case
52+    now I got you covered.
53diff --git a/themes/flamingo/layouts/partials/footer.html b/themes/flamingo/layouts/partials/footer.html
54index 15bb8cc21c6077d89ed4dc9b3fb089019a7b9fe2..a5b6bcc47ccd8d37ae4e97e2775b043bdd6b8d91 100644
55--- a/themes/flamingo/layouts/partials/footer.html
56+++ b/themes/flamingo/layouts/partials/footer.html
57@@ -8,6 +8,13 @@ 				<li><a href="/privacy/">privacy</a></li>
58 				<li><a
59 						 class="brand-icon"
60 						 target="_blank"
61+						 href="https://gitlab.com/gabrielgio/gabrielgio">
62+					<i class="fab fa-gitlab" aria-hidden="true"></i>
63+					</a>
64+				</li>
65+				<li><a
66+						 class="brand-icon"
67+						 target="_blank"
68 						 href="/index.xml">
69 					<i class="fa fa-rss" aria-hidden="true"></i>
70 					</a>