File tree 3 files changed +21
-1
lines changed
3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ url: "https://phpdf.org.br"
6
6
image : " /images/logo-azul-branco-300x300.png"
7
7
baseurl : " "
8
8
social :
9
+ joindin : https://joind.in/search?keyword=phpdf
9
10
twitter : https://twitter.com/phpdf_
10
11
github : https://github.com/php-df
11
12
facebook-official : https://www.facebook.com/groups/518644508178778/
Original file line number Diff line number Diff line change 9
9
< span class ="label "> E-mail</ span >
10
10
</ a >
11
11
</ li >
12
+ {% elsif socloc[0] == 'joindin' %}
13
+ < li >
14
+ < a target ="_blank " href ="{{ socloc[1] }} " class ="icon fa-bullhorn " title ="Joind.in ">
15
+ < span class ="label "> {{ socloc[0] }}</ span >
16
+ </ a >
17
+ </ li >
12
18
{% else %}
13
19
< li >
14
- < a target ="_blank " href ="{{ socloc[1] }} " class ="icon fa-{{ socloc[0] }} ">
20
+ {% if socloc[0] == 'facebook-official' %}
21
+ < a target ="_blank " href ="{{ socloc[1] }} " class ="icon fa-{{ socloc[0] }} " title ="facebook ">
22
+ < span class ="label "> facebook</ span > </ a >
23
+ {% else %}
24
+ < a target ="_blank " href ="{{ socloc[1] }} " class ="icon fa-{{ socloc[0] }} " title ="{{ socloc[0] }} ">
15
25
< span class ="label "> {{ socloc[0] }}</ span > </ a >
26
+ {% endif %}
16
27
</ li >
17
28
{% endif %}
18
29
{% endif %}
Original file line number Diff line number Diff line change 24
24
< span > E-mail</ span >
25
25
</ a >
26
26
</ li >
27
+ {% elsif socloc[0] == 'joindin' %}
28
+ < li >
29
+ < a href ="{{ socloc[1] }} " target ="_blank "
30
+ title ="Joind.in é ferramenta de feedback de facto das comunidades PHP no mundo. Veja o que já tem do #PHPDF por lá ">
31
+ < i class ="fa fa-bullhorn "> </ i >
32
+ < span > Joind.in</ span >
33
+ </ a >
34
+ </ li >
27
35
{% else %}
28
36
< li >
29
37
< a href ="{{ socloc[1] }} " target ="_blank ">
You can’t perform that action at this time.
0 commit comments