Merge pull request #173 from keithjgrant/master

Add micropub endpoint link - fixes #19
This commit is contained in:
Scott O'Hara 2017-10-25 14:00:36 -04:00 committed by GitHub
commit ef137e698b
1 changed files with 3 additions and 0 deletions

View File

@ -220,6 +220,9 @@ Below are the essential tags for basic, minimalist websites:
<!-- Notifies a url when you link to it on your site -->
<link rel="webmention" href="https://example.com/webmention">
<!-- Enables posting to your own domain using a Micropub client -->
<link rel="micropub" href="https://example.com/micropub">
<!-- Loads in an external HTML file into the current HTML file -->
<link rel="import" href="/path/to/component.html">