|
1 | 1 | <section class="social">
|
2 |
| - {{ with .Site.Params.social.twitter -}} |
| 2 | + {{ with .Site.Params.social.twitter }} |
3 | 3 | <a href="https://twitter.com/{{.}}"><i class="fab fa-twitter fa-lg" aria-hidden="true"></i></a>
|
4 |
| - {{- end }} |
5 |
| - {{ with .Site.Params.social.facebook -}} |
| 4 | + {{ end }} |
| 5 | + {{ with .Site.Params.social.facebook }} |
6 | 6 | <a href="https://facebook.com/{{.}}"><i class="fab fa-facebook-f"></i></a>
|
7 |
| - {{- end }} |
8 |
| - {{ with .Site.Params.social.github -}} |
| 7 | + {{ end }} |
| 8 | + {{ with .Site.Params.social.github }} |
9 | 9 | <a href="https://github.com/{{.}}"><i class="fab fa-github fa-lg" aria-hidden="true"></i></a>
|
10 |
| - {{- end }} |
11 |
| - {{ with .Site.Params.social.bitbucket -}} |
| 10 | + {{ end }} |
| 11 | + {{ with .Site.Params.social.bitbucket }} |
12 | 12 | <a href="https://bitbucket.org/{{.}}"><i class="fab fa-bitbucket fa-lg" aria-hidden="true"></i></a>
|
13 |
| - {{- end }} |
14 |
| - {{ with .Site.Params.social.gitlab -}} |
| 13 | + {{ end }} |
| 14 | + {{ with .Site.Params.social.gitlab }} |
15 | 15 | <a href="https://gitlab.com/{{.}}"><i class="fab fa-gitlab fa-lg" aria-hidden="true"></i></a>
|
16 |
| - {{- end }} |
17 |
| - {{ with .Site.Params.social.instagram -}} |
| 16 | + {{ end }} |
| 17 | + {{ with .Site.Params.social.instagram }} |
18 | 18 | <a href="https://instagram.com/{{.}}"><i class="fab fa-instagram fa-lg" aria-hidden="true"></i></a>
|
19 |
| - {{- end }} |
20 |
| - {{ with .Site.Params.social.linkedin -}} |
| 19 | + {{ end }} |
| 20 | + {{ with .Site.Params.social.linkedin }} |
21 | 21 | <a href="https://linkedin.com/in/{{.}}"><i class="fab fa-linkedin fa-lg" aria-hidden="true"></i></a>
|
22 |
| - {{- end }} |
23 |
| - {{ with .Site.Params.social.stackoverflow -}} |
| 22 | + {{ end }} |
| 23 | + {{ with .Site.Params.social.stackoverflow }} |
24 | 24 | <a href="https://stackoverflow.com/users/{{.}}"><i class="fab fa-stack-overflow fa-lg" aria-hidden="true"></i></a>
|
25 |
| - {{- end }} |
| 25 | + {{ end }} |
26 | 26 | {{ with .Site.Params.social.medium}}
|
27 | 27 | <a href="https://medium.com/@{{.}}"><i class="fab fa-medium fa-lg" aria-hidden="true"></i></a>
|
28 |
| - {{- end }} |
29 |
| - {{ with .Site.Params.social.xing -}} |
| 28 | + {{ end }} |
| 29 | + {{ with .Site.Params.social.xing }} |
30 | 30 | <a href="https://www.xing.com/profile/{{.}}"><i class="fab fa-xing fa-lg" aria-hidden="true"></i></a>
|
31 |
| - {{- end }} |
32 |
| - {{ with .Site.Params.social.keybase -}} |
| 31 | + {{ end }} |
| 32 | + {{ with .Site.Params.social.keybase }} |
33 | 33 | <a href="https://keybase.io/{{.}}"><i class="fab fa-keybase fa-lg" aria-hidden="true"></i></a>
|
34 |
| - {{- end }} |
35 |
| - {{ with .Site.Params.social.email -}} |
| 34 | + {{ end }} |
| 35 | + {{ with .Site.Params.social.email }} |
36 | 36 | <a href="mailto:{{.}}"><i class="fas fa-at fa-lg" aria-hidden="true"></i></a>
|
37 |
| - {{- end }} |
| 37 | + {{ end }} |
38 | 38 | </section>
|
0 commit comments