Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hadisinaee/avicenna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHadi Sinaee <sinaee@cs.ubc.ca>2021-06-13 22:11:26 +0300
committerHadi Sinaee <sinaee@cs.ubc.ca>2021-06-13 22:11:26 +0300
commit892034b6629c22f34c00f90711889df3e5480842 (patch)
tree59dccbdd5f566d360ce66c4a49af38e4d73f479b
parenta54651d8fd27ace5a10c0be1662c250e4156eef3 (diff)
chore: add linkedin to socials
-rw-r--r--exampleSite/content/about/_index.md1
-rw-r--r--layouts/partials/about/introduction.html6
2 files changed, 7 insertions, 0 deletions
diff --git a/exampleSite/content/about/_index.md b/exampleSite/content/about/_index.md
index 43a2218..1ef7274 100644
--- a/exampleSite/content/about/_index.md
+++ b/exampleSite/content/about/_index.md
@@ -12,6 +12,7 @@ socials:
twitter: "HadiSinaee"
github: "hadisinaee"
facebook: "hadisinaee"
+ linkedin: "hadisinaee"
twitch: "hadisinaee"
google_scholar: "hadisinaee"
diff --git a/layouts/partials/about/introduction.html b/layouts/partials/about/introduction.html
index 5eaab79..2833e9c 100644
--- a/layouts/partials/about/introduction.html
+++ b/layouts/partials/about/introduction.html
@@ -43,6 +43,7 @@
{{ $twitter := index $aboutPage.Params.socials "twitter"}}
{{ $twitch := index $aboutPage.Params.socials "twitch"}}
{{ $github := index $aboutPage.Params.socials "github"}}
+ {{ $linkedin := index $aboutPage.Params.socials "linkedin"}}
{{ $cv := $aboutPage.Params.cv }}
@@ -70,6 +71,11 @@
</a>
{{end}}
+ {{ if $linkedin }}
+ <a class="main_color" href='https://linkedin.com/in/{{$linkedin}}' target="_blank">
+ <i data-feather="linkedin"></i>
+ </a>
+ {{end}}
{{ if $twitch }}
<a class="main_color" href='https://twitch.com/{{$twitch}}' target="_blank">