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

github.com/hdcdstr8fwd/foundation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Morris <tom@tommorris.org>2019-04-21 13:12:17 +0300
committerGitHub <noreply@github.com>2019-04-21 13:12:17 +0300
commit08a0c1514ebf1b3dff0483cc14d97128507595d6 (patch)
tree5f1e216766ca1f4cafc7cd1e31d17012c3da2e61
parent730ca9a4a0cf0f2f550645b540f412c0a21730d9 (diff)
Adds rel-me to social links
-rw-r--r--layouts/partials/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index d6235c3..14152df 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -24,10 +24,10 @@
<hr>
{{ $currentNode := . }}
{{ range .Site.Menus.social }}
- <a class="nav-item{{if or ($currentNode.IsMenuCurrent "social" .) ($currentNode.HasMenuCurrent "social" .) }} active{{end}}" href="{{.URL}}">{{ .Name}}</a>
+ <a class="nav-item{{if or ($currentNode.IsMenuCurrent "social" .) ($currentNode.HasMenuCurrent "social" .) }} active{{end}}" href="{{.URL}}" rel="me">{{ .Name}}</a>
{{end}}
</div>
</div>
</footer> {{ "<!-- END FOOTER -->" | safeHTML }}
- \ No newline at end of file
+