Skip to content

Commit ef137e6

Browse files
authored
Merge pull request joshbuchea#173 from keithjgrant/master
Add micropub endpoint link - fixes joshbuchea#19
2 parents d1a014e + 083e9f9 commit ef137e6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ Below are the essential tags for basic, minimalist websites:
220220
<!-- Notifies a url when you link to it on your site -->
221221
<link rel="webmention" href="https://example.com/webmention">
222222

223+
<!-- Enables posting to your own domain using a Micropub client -->
224+
<link rel="micropub" href="https://example.com/micropub">
225+
223226
<!-- Loads in an external HTML file into the current HTML file -->
224227
<link rel="import" href="/path/to/component.html">
225228

0 commit comments

Comments
 (0)