File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ <h1 class="page-title display-1 fw-bold text-primary pb-4 mb-xl-0 w-100">{{ . }}
16
16
</ p >
17
17
< p class ="text-light mb-0 ">
18
18
{{ i18n "hire-me.social-media" | markdownify }}
19
- {{ partial "social-media-link" . }}
19
+ {{ partial "social-media-link" (dict "social" .Site.Params.social) }}
20
20
</ p >
21
21
< p class ="text-light ">
22
22
{{ i18n "hire-me.form" | markdownify }}
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ <h3 class="card-title text-center">{{ i18n "post.about.title" | markdownify }}</
55
55
< a href ="{{ "/about-me" | relLangURL }}" class="btn btn-primary text-decoration-none"> {{ i18n "post.about.link" }}</ a >
56
56
</ p >
57
57
< p class ="card-text fs-6 mb-3 "> {{ i18n "post.about.social-media" | markdownify }}</ p >
58
- {{ partial "social-media-link" . }}
59
- {{ partial "share-post.html " . }}
58
+ {{ partial "social-media-link" (dict "social" .Site.Params.social) }}
59
+ {{ partial "share-post" . }}
60
60
</ div >
61
61
</ div >
62
62
</ div >
Original file line number Diff line number Diff line change 4
4
< div class ="col-12 col-xl-4 text-center text-xl-start pb-4 ">
5
5
< h3 class ="fs-5 fw-semibold text-uppercase text-primary mb-2 "> {{ .Site.Title }}</ h3 >
6
6
< p class ="small text-light mb-0 "> {{ i18n "footer.social" }}</ p >
7
- {{ partial "social-media-link" . }}
7
+ {{ partial "social-media-link" (dict "social" .Site.Params.social "class" "justify-content-xl-start") }}
8
8
</ div >
9
9
< div class ="col-12 col-xl-4 text-center text-xl-start pb-4 ">
10
10
< h3 class ="fs-5 fw-semibold text-primary mb-2 "> {{ i18n "footer.links" }}</ h3 >
Original file line number Diff line number Diff line change 1
- {{ with .Site.Params.social }}
2
- < ul class =" d-flex justify-content-center justify-content-xl-start list-unstyled mt-4 " >
1
+ < ul class =" d-flex list-unstyled mt-4 {{ .class }}" >
2
+ {{ with .social }}
3
3
{{ with .linkedin }}
4
4
< li class ="rounded-circle bg-primary me-2 p-2 ">
5
5
< a class ="d-flex align-items-center justify-content-center size-16 text-dark " href ="{{ . }} " target ="_blank " title ="linkedin ">
49
49
</ a >
50
50
</ li >
51
51
{{ end }}
52
- </ ul >
53
52
{{ end }}
53
+ </ ul >
You can’t perform that action at this time.
0 commit comments