Browse Source

trying to get webmentions to see the bridgy fed link

master
jk 4 years ago
parent
commit
3f25d3c52c
  1. 4
      themes/hugo-atom-feed/layouts/_default/list.atom.xml

4
themes/hugo-atom-feed/layouts/_default/list.atom.xml

@ -38,10 +38,10 @@
<logo>{{ (. | fingerprint).Permalink }}</logo>
{{- end }}
{{ end }}
{{ with Site.Params.author -}}
{{ with site.Params.author -}}
<author>
<name>{{ . }}</name>
{{ with Site.Params.email }}
{{ with site.Params.email }}
<email>{{ . }}</email>
{{ end -}}
</author>