Browse Source

trying to fix sending of webmentions

master
jk 4 years ago
parent
commit
e9b7879eb7
  1. 1
      themes/nipponalba/layouts/_default/baseof.html

1
themes/nipponalba/layouts/_default/baseof.html

@ -2,6 +2,7 @@
<html lang="{{- site.Language.Lang -}}">
{{- partial "head.html" . -}}
<body>
<a href="https://webmention.io/jk.nipponalba.scot/webmention" rel="webmention" style="display:none">webmention</a>
<input type="checkbox" id="theme-switch" class="theme-switch" autocomplete="on">
<div id="page">
{{ partial "navbar.html" . }}