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

github.com/kishaningithub/hugo-creative-portfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exampleSite/config.toml1
-rw-r--r--layouts/partials/head.html2
-rw-r--r--layouts/partials/social_buttons_in_contact.html5
-rw-r--r--layouts/partials/social_buttons_in_sidebar.html5
4 files changed, 12 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8bce9f3..6528945 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -63,5 +63,6 @@ googleAnalytics = ""
stackoverflow = "full profile url in stackoverflow"
instagram = "full profile url in instagram"
github = "full profile url in github"
+ gitlab = "full profile url in gitlab"
youtube = "full profile url in youtube"
whatsapp = "wa.me service link"
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index f47062b..6d18818 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,6 +1,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
-{{ with .Title }}<title>{{ . }}</title>{{ end }}
+{{ with .Site.Title }}<title>{{ . }}</title>{{ end }}
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
diff --git a/layouts/partials/social_buttons_in_contact.html b/layouts/partials/social_buttons_in_contact.html
index ab0bc18..60c51b1 100644
--- a/layouts/partials/social_buttons_in_contact.html
+++ b/layouts/partials/social_buttons_in_contact.html
@@ -39,6 +39,11 @@
<i class="fa fa-github"></i>
</a>
{{end}}
+ {{ with .Site.Params.social.gitlab }}
+ <a href="{{ . }}" data-animate-hover="pulse" class="external">
+ <i class="fa fa-gitlab"></i>
+ </a>
+ {{end}}
{{ with .Site.Params.social.youtube }}
<a href="{{ . }}">
<i class="fa fa-youtube"></i>
diff --git a/layouts/partials/social_buttons_in_sidebar.html b/layouts/partials/social_buttons_in_sidebar.html
index a982bb8..e2dbadd 100644
--- a/layouts/partials/social_buttons_in_sidebar.html
+++ b/layouts/partials/social_buttons_in_sidebar.html
@@ -39,6 +39,11 @@
<i class="fa fa-github"></i>
</a>
{{end}}
+ {{ with .Site.Params.social.gitlab }}
+ <a href="{{ . }}" data-animate-hover="pulse" class="external">
+ <i class="fa fa-gitlab"></i>
+ </a>
+ {{end}}
{{ with .Site.Params.social.youtube }}
<a href="{{ . }}" data-animate-hover="pulse" class="external">
<i class="fa fa-youtube"></i>