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:
authorStraightfwd Websites <howard@straightfwd.co.uk>2019-04-27 20:28:34 +0300
committerGitHub <noreply@github.com>2019-04-27 20:28:34 +0300
commitb159c5ca30a4b944df99f02954c55c8acccf5aa8 (patch)
treef4937f62df66e646f44cd68b0a46836560e97d5b
parentab484c29b549147b7ae932ed010054c06addd245 (diff)
parent08a0c1514ebf1b3dff0483cc14d97128507595d6 (diff)
Merge pull request #4 from tommorris/patch-1HEADmaster
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
+