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:
-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
+