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:
authorKishan B <kishancs46@gmail.com>2022-10-25 16:05:05 +0300
committerGitHub <noreply@github.com>2022-10-25 16:05:05 +0300
commitfc17ec99839b29e4d14feb33089ebf79f75ef71d (patch)
treee8189ce35e822938f72f2b9f1f5146c58b80e207
parent9f7bec1fdde75b5fa31144dca05083b02b51dbbd (diff)
parentd0cbde7a3d86153fe3e0d163a56015aee59c5354 (diff)
Merge pull request #108 from tommorris/add-rel-meHEADmaster
Adds rel-me to social links
-rw-r--r--layouts/partials/social_buttons_in_contact.html18
-rw-r--r--layouts/partials/social_buttons_in_sidebar.html18
2 files changed, 18 insertions, 18 deletions
diff --git a/layouts/partials/social_buttons_in_contact.html b/layouts/partials/social_buttons_in_contact.html
index fbfcb45..35a3c67 100644
--- a/layouts/partials/social_buttons_in_contact.html
+++ b/layouts/partials/social_buttons_in_contact.html
@@ -1,21 +1,21 @@
<p class="social social--big">
{{ with .Site.Params.social.facebook }}
- <a href="{{ . }}" class="facebook" title="Facebook">
+ <a href="{{ . }}" class="facebook" title="Facebook" rel="me">
<i class="fa fa-facebook"></i>
</a>
{{end}}
{{ with .Site.Params.social.googleplus }}
- <a href="{{ . }}" class="gplus" title="Google Plus">
+ <a href="{{ . }}" class="gplus" title="Google Plus" rel="me">
<i class="fa fa-google-plus"></i>
</a>
{{end}}
{{ with .Site.Params.social.twitter }}
- <a href="{{ . }}" class="twitter" title="Twitter">
+ <a href="{{ . }}" class="twitter" title="Twitter" rel="me">
<i class="fa fa-twitter"></i>
</a>
{{end}}
{{ with .Site.Params.social.instagram }}
- <a href="{{ . }}" title="" class="instagram" title="Instagram">
+ <a href="{{ . }}" title="" class="instagram" title="Instagram" rel="me">
<i class="fa fa-instagram"></i>
</a>
{{end}}
@@ -25,27 +25,27 @@
</a>
{{end}}
{{ with .Site.Params.social.linkedin }}
- <a href="{{ . }}" title="LinkedIn">
+ <a href="{{ . }}" title="LinkedIn" rel="me">
<i class="fa fa-linkedin"></i>
</a>
{{end}}
{{ with .Site.Params.social.stackoverflow }}
- <a href="{{ . }}" title="Stack Overflow">
+ <a href="{{ . }}" title="Stack Overflow" rel="me">
<i class="fa fa-stack-overflow"></i>
</a>
{{end}}
{{ with .Site.Params.social.github }}
- <a href="{{ . }}" title="GitHub">
+ <a href="{{ . }}" title="GitHub" rel="me">
<i class="fa fa-github"></i>
</a>
{{end}}
{{ with .Site.Params.social.gitlab }}
- <a href="{{ . }}" data-animate-hover="pulse" class="external" title="GitLab">
+ <a href="{{ . }}" data-animate-hover="pulse" class="external" title="GitLab" rel="me">
<i class="fa fa-gitlab"></i>
</a>
{{end}}
{{ with .Site.Params.social.youtube }}
- <a href="{{ . }}" title="YouTube">
+ <a href="{{ . }}" title="YouTube" rel="me">
<i class="fa fa-youtube"></i>
</a>
{{end}}
diff --git a/layouts/partials/social_buttons_in_sidebar.html b/layouts/partials/social_buttons_in_sidebar.html
index ae234bf..7510052 100644
--- a/layouts/partials/social_buttons_in_sidebar.html
+++ b/layouts/partials/social_buttons_in_sidebar.html
@@ -1,21 +1,21 @@
<p class="social">
{{ with .Site.Params.social.facebook }}
- <a href="{{ . }}" data-animate-hover="pulse" class="external facebook" title="Facebook">
+ <a href="{{ . }}" data-animate-hover="pulse" class="external facebook" title="Facebook" rel="me">
<i class="fa fa-facebook"></i>
</a>
{{end}}
{{ with .Site.Params.social.googleplus }}
- <a href="{{ . }}" data-animate-hover="pulse" class="external gplus" title="Google Plus">
+ <a href="{{ . }}" data-animate-hover="pulse" class="external gplus" title="Google Plus" rel="me">
<i class="fa fa-google-plus"></i>
</a>
{{end}}
{{ with .Site.Params.social.twitter }}
- <a href="{{ . }}" data-animate-hover="pulse" class="external twitter" title="Twitter">
+ <a href="{{ . }}" data-animate-hover="pulse" class="external twitter" title="Twitter" rel="me">
<i class="fa fa-twitter"></i>
</a>
{{end}}
{{ with .Site.Params.social.instagram }}
- <a href="{{ . }}" title="" class="external instagram" title="Instagram">
+ <a href="{{ . }}" title="" class="external instagram" title="Instagram" rel="me">
<i class="fa fa-instagram"></i>
</a>
{{end}}
@@ -25,27 +25,27 @@
</a>
{{end}}
{{ with .Site.Params.social.linkedin }}
- <a href="{{ . }}" data-animate-hover="pulse" class="external" title="LinkedIn">
+ <a href="{{ . }}" data-animate-hover="pulse" class="external" title="LinkedIn" rel="me">
<i class="fa fa-linkedin"></i>
</a>
{{end}}
{{ with .Site.Params.social.stackoverflow }}
- <a href="{{ . }}" data-animate-hover="pulse" class="external" title="Stack Overflow">
+ <a href="{{ . }}" data-animate-hover="pulse" class="external" title="Stack Overflow" rel="me">
<i class="fa fa-stack-overflow"></i>
</a>
{{end}}
{{ with .Site.Params.social.github }}
- <a href="{{ . }}" data-animate-hover="pulse" class="external" title="GitHub">
+ <a href="{{ . }}" data-animate-hover="pulse" class="external" title="GitHub" rel="me">
<i class="fa fa-github"></i>
</a>
{{end}}
{{ with .Site.Params.social.gitlab }}
- <a href="{{ . }}" data-animate-hover="pulse" class="external" title="GitLab">
+ <a href="{{ . }}" data-animate-hover="pulse" class="external" title="GitLab" rel="me">
<i class="fa fa-gitlab"></i>
</a>
{{end}}
{{ with .Site.Params.social.youtube }}
- <a href="{{ . }}" data-animate-hover="pulse" class="external" title="YouTube">
+ <a href="{{ . }}" data-animate-hover="pulse" class="external" title="YouTube" rel="me">
<i class="fa fa-youtube"></i>
</a>
{{end}}