diff options
Diffstat (limited to 'views/partials/micropub-endpoint-help.php')
-rw-r--r-- | views/partials/micropub-endpoint-help.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/views/partials/micropub-endpoint-help.php b/views/partials/micropub-endpoint-help.php index 35705ca..6557a6a 100644 --- a/views/partials/micropub-endpoint-help.php +++ b/views/partials/micropub-endpoint-help.php @@ -1,3 +1,2 @@ <p>You will need to <a href="/creating-a-micropub-endpoint">create a Micropub endpoint</a> for your website which can create posts on your site. Once you've created the Micropub endpoint, you can indicate its location using the markup below.</p> <p><pre><code><link rel="micropub" href="https://<?= (property_exists($this, 'meParts') ? $this->meParts['host'] : 'example.com') ?>/micropub"></code></pre></p> - <p><pre><code>Link: <https://<?= (property_exists($this, 'meParts') ? $this->meParts['host'] : 'example.com') ?>/micropub>; rel="micropub"</code></pre></p> |