We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1a014e + 083e9f9 commit ef137e6Copy full SHA for ef137e6
1 file changed
README.md
@@ -220,6 +220,9 @@ Below are the essential tags for basic, minimalist websites:
220
<!-- Notifies a url when you link to it on your site -->
221
<link rel="webmention" href="https://example.com/webmention">
222
223
+<!-- Enables posting to your own domain using a Micropub client -->
224
+<link rel="micropub" href="https://example.com/micropub">
225
+
226
<!-- Loads in an external HTML file into the current HTML file -->
227
<link rel="import" href="/path/to/component.html">
228
0 commit comments