gabrielgio.me @ 35c755fdfe2962f2211c77f52531fe5881d96c40

Disbale `.GitInfo` until I figure out how to keep `.git` folder in Gitlab's
pipeline process.
 1diff --git a/config.toml b/config.toml
 2index c3ce6e4d7dafaa0e90e2f5cc9b0768b183d14cb2..cc619cbb77efe1521f317f0286e2f53d0b17d462 100644
 3--- a/config.toml
 4+++ b/config.toml
 5@@ -2,7 +2,6 @@ baseURL = "https://gabrielgio.me/"
 6 languageCode = "en-us"
 7 title = "Yet Another blog"
 8 theme = "flamingo"
 9-enableGitInfo = true
10 
11 [author]
12     name = "Gabriel Giovanini"
13diff --git a/themes/flamingo/assets/scss/_mobile_view.scss b/themes/flamingo/assets/scss/_mobile_view.scss
14index 21860c2cb31549844ca310cd3af16866cc6d9f17..0b74db2a9db692a60dcb87b3e20e85948500efe2 100644
15--- a/themes/flamingo/assets/scss/_mobile_view.scss
16+++ b/themes/flamingo/assets/scss/_mobile_view.scss
17@@ -114,13 +114,6 @@             //font-weight: 600;
18             border-bottom: none;
19             //transition: border-bottom .3s;
20         }
21-        a {
22-            text-decoration: none;
23-            color: $post-title-color;
24-            font-weight: 200;
25-            border-bottom: none;
26-            //transition: border-bottom .3s;
27-        }
28         a:hover {
29             //border-bottom: 1px solid $post-link-color;
30             color: $post-link-color;