diff --git a/config.toml b/config.toml
index c3ce6e4d7dafaa0e90e2f5cc9b0768b183d14cb2..cc619cbb77efe1521f317f0286e2f53d0b17d462 100644
--- a/config.toml
+++ b/config.toml
@@ -2,7 +2,6 @@ baseURL = "https://gabrielgio.me/"
languageCode = "en-us"
title = "Yet Another blog"
theme = "flamingo"
-enableGitInfo = true
[author]
name = "Gabriel Giovanini"
diff --git a/themes/flamingo/assets/scss/_mobile_view.scss b/themes/flamingo/assets/scss/_mobile_view.scss
index 21860c2cb31549844ca310cd3af16866cc6d9f17..0b74db2a9db692a60dcb87b3e20e85948500efe2 100644
--- a/themes/flamingo/assets/scss/_mobile_view.scss
+++ b/themes/flamingo/assets/scss/_mobile_view.scss
@@ -114,13 +114,6 @@ //font-weight: 600;
border-bottom: none;
//transition: border-bottom .3s;
}
- a {
- text-decoration: none;
- color: $post-title-color;
- font-weight: 200;
- border-bottom: none;
- //transition: border-bottom .3s;
- }
a:hover {
//border-bottom: 1px solid $post-link-color;
color: $post-link-color;