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

github.com/eddiewebb/hugo-resume.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Morris <tom@tommorris.org>2020-01-02 21:22:16 +0300
committerEddie Webb <ollitech@gmail.com>2020-01-02 21:22:16 +0300
commit369134887eacd25fd84bff861d9112c693f049c9 (patch)
tree1f3ce22bd407f21b40152f78704dd21f7142385a
parent66f4dc64e20fc2cc023791d64c9cc8ceb87ee38d (diff)
Adds rel-me to social links (#34)
-rw-r--r--layouts/partials/about.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/about.html b/layouts/partials/about.html
index c10877f..8f6a13e 100644
--- a/layouts/partials/about.html
+++ b/layouts/partials/about.html
@@ -23,7 +23,7 @@
<ul class="list-inline list-social-icons mb-0">
{{ range .Site.Params.handles }}
<li class="list-inline-item">
- <a href="{{ .link }}" data-toggle="tooltip" title="{{ .name }}" data-offset="0 10">
+ <a href="{{ .link }}" data-toggle="tooltip" title="{{ .name }}" data-offset="0 10" rel="me">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fab {{ if .icon}}fa-{{ .icon }}{{ else }}fa-{{ lower .name }}{{ end }} fa-stack-1x fa-inverse"></i>