Open jackbaty opened 1 year ago
MarsEdit failed to automatically detect my micro.blog settings until I added the following to the <head> element in the template:
<head>
<link rel="EditURI" type="application/rsd+xml" href="{{ "rsd.xml" | absURL }}" />
I wonder if this could be added to the "head.html" partial?
I just ran into another MarsEdit user who had the same problem. Would be great if this could be added!
Looks like the PR #14 would address this.
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?