diff options
author | Aaron Parecki <aaron@parecki.com> | 2014-06-28 16:57:58 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2014-06-28 16:57:58 -0700 |
commit | 9c2be331816a8a59360def37957ba36816d1f252 (patch) | |
tree | 927ac0761dd760e127969a7e411d476948219ec1 /views/partials/micropub-endpoint-help.php | |
parent | 9b040151e6ecc13a02c46384834cb238b7efbd37 (diff) |
update Quill docs to remove "Link" header
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> |