am1t / microdotblog-paper

🪴 A simple, clean, flexible Hugo theme
https://hugo-paper.vercel.app
MIT License
17 stars 19 forks source link

Include "<link>" element in header for autodiscovery #16

Open jackbaty opened 1 year ago

jackbaty commented 1 year ago

MarsEdit failed to automatically detect my micro.blog settings until I added the following to the <head> element in the template:

<link rel="EditURI" type="application/rsd+xml" href="{{ "rsd.xml" | absURL }}" />

I wonder if this could be added to the "head.html" partial?

danielpunkass commented 1 year ago

I just ran into another MarsEdit user who had the same problem. Would be great if this could be added!

danielpunkass commented 1 year ago

Looks like the PR #14 would address this.