summaryrefslogtreecommitdiff
path: root/views/partials/micropub-endpoint-help.php
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2014-06-28 16:57:58 -0700
committerAaron Parecki <aaron@parecki.com>2014-06-28 16:57:58 -0700
commit9c2be331816a8a59360def37957ba36816d1f252 (patch)
tree927ac0761dd760e127969a7e411d476948219ec1 /views/partials/micropub-endpoint-help.php
parent9b040151e6ecc13a02c46384834cb238b7efbd37 (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.php1
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>&lt;link rel="micropub" href="https://<?= (property_exists($this, 'meParts') ? $this->meParts['host'] : 'example.com') ?>/micropub"&gt;</code></pre></p>
- <p><pre><code>Link: &lt;https://<?= (property_exists($this, 'meParts') ? $this->meParts['host'] : 'example.com') ?>/micropub&gt;; rel="micropub"</code></pre></p>