config: add gerrit in social
diff --git a/pelicanconf.py b/pelicanconf.py
index 2339f1a..7f63de0 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -66,6 +66,7 @@
SOCIAL = (
('Linux', 'https://www.debian.org'),
('Mail', 'mailto:luigi.santivetti@gmail.com'),
+ ('Gitles', SITEURL + '/gitles'),
)
#
diff --git a/theme/templates/base.html b/theme/templates/base.html
index 98d4756..d71a6f6 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -85,6 +85,7 @@
{% elif temp.startswith('vine.co') %}{% set class = 'fa vine fa-lg' %}
{% elif temp.startswith('youtube.com') %}{% set class = 'fa youtube fa-lg' -%}
{% elif temp.startswith('keybase.io') %}{% set class = 'fa key fa-lg' -%}
+ {% elif temp.endswith('/gitles') %}{% set class = 'fas fa-code-branch' %}
{%- elif '.stackexchange.com' in temp %}{% set class = 'fa fa-stack-exchange fa-lg' %}
{% elif '.tumblr.com' in temp %}{% set class = 'fa fa-tumblr fa-lg' %}