commit dce596b4d4671050624af47313aabf6ae881046a parent 5b8b672499a7ef16162b3d18429665d4262e1482 Author: Hugo Soucy <hugo@soucy.cc> Date: Thu, 9 Sep 2021 22:20:15 -0400 Indent Diffstat:
M | templates/head.html | | | 8 | +++++--- |
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/templates/head.html b/templates/head.html @@ -40,9 +40,11 @@ <link href="https://webmention.io/hugo.soucy.cc/webmention" rel="webmention" /> <link href="https://webmention.io/hugo.soucy.cc/xmlrpc" rel="pingback" /> - <!-- Me elsewhere --> - <% for _, relme in ipairs(author.relme) do %> - <link href="<%= relme -%>" rel="me" /> + <% if rellink == '' then %> + <!-- Me elsewhere --> + <% for _, relme in ipairs(author.relme) do %> + <link href="<%= relme -%>" rel="me" /> + <% end %> <% end %> <link href="/humans.txt" rel="author" type="text/plain" /> </head>