File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ author:
90
90
facebook :
91
91
foursquare :
92
92
github :
93
+ gitlab :
93
94
google_plus :
94
95
keybase :
95
96
instagram :
@@ -243,4 +244,4 @@ defaults:
243
244
read_time : true
244
245
comments : # true
245
246
share : true
246
- related : true
247
+ related : true
Original file line number Diff line number Diff line change @@ -131,6 +131,14 @@ <h3 class="author__name" itemprop="name">{{ author.name }}</h3>
131
131
</ li >
132
132
{% endif %}
133
133
134
+ {% if author.gitlab %}
135
+ < li >
136
+ < a href ="https://gitlab.com/{{ author.gitlab }} " itemprop ="sameAs ">
137
+ < i class ="fa fa-fw fa-gitlab " aria-hidden ="true "> </ i > Gitlab
138
+ </ a >
139
+ </ li >
140
+ {% endif %}
141
+
134
142
{% if author.stackoverflow %}
135
143
< li >
136
144
< a href ="https://www.stackoverflow.com/users/{{ author.stackoverflow }} " itemprop ="sameAs ">
Original file line number Diff line number Diff line change 12
12
{% if site.author.github %}
13
13
< li > < a href ="http://github.com/{{ site.author.github }} "> < i class ="fa fa-fw fa-github " aria-hidden ="true "> </ i > GitHub</ a > </ li >
14
14
{% endif %}
15
+ {% if site.author.gitlab %}
16
+ < li > < a href ="http://gitlab.com/{{ site.author.gitlab }} "> < i class ="fa fa-fw fa-gitlab " aria-hidden ="true "> </ i > Gitlab</ a > </ li >
17
+ {% endif %}
15
18
{% if site.author.bitbucket %}
16
19
< li > < a href ="http://bitbucket.org/{{ site.author.bitbucket }} "> < i class ="fa fa-fw fa-bitbucket " aria-hidden ="true "> </ i > Bitbucket</ a > </ li >
17
20
{% endif %}
18
21
< li > < a href ="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | absolute_url }}{% endif %} "> < i class ="fa fa-fw fa-rss-square " aria-hidden ="true "> </ i > {{ site.data.ui-text[site.locale].feed_label | default: "Feed" }}</ a > </ li >
19
22
</ ul >
20
23
</ div >
21
24
22
- < div class ="page__footer-copyright "> © {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} < a href ="http://jekyllrb.com " rel ="nofollow "> Jekyll</ a > & < a href ="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/ " rel ="nofollow "> Minimal Mistakes</ a > .</ div >
25
+ < div class ="page__footer-copyright "> © {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} < a href ="http://jekyllrb.com " rel ="nofollow "> Jekyll</ a > & < a href ="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/ " rel ="nofollow "> Minimal Mistakes</ a > .</ div >
You can’t perform that action at this time.
0 commit comments