From 0b697dc407914dd8ea9258f42a387afca5335af5 Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Sun, 16 Sep 2018 21:58:47 +0200 Subject: [PATCH] Add rel=me to the link in footer.html Add rel=me value used to indicate profile equivalence. --- layouts/partials/footer.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index c6b887c..1d3034e 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -26,55 +26,55 @@
{{ if .Site.Params._500px }} - + 500px {{ end }} {{ if .Site.Params.itch_io }} - + itch.io {{ end }} {{ if .Site.Params.gitlab }} - + gitlab {{ end }} {{ if .Site.Params.instagram }} - + instagram {{ end }} {{ if .Site.Params.facebook }} - + facebook {{ end }} {{ if .Site.Params.github }} - + github {{ end }} {{ if .Site.Params.twitter }} - + twitter {{ end }} {{ if .Site.Params.linkedin }} - + linkedin {{ end }} {{ if .Site.Params.keybase }} - + keybase {{ end }}