diff options
author | Aaron Parecki <aaron@parecki.com> | 2014-05-25 22:23:51 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2014-05-25 22:23:51 -0700 |
commit | 9ff3e59193a9e300860c58ae1e65a4c55b0d21b0 (patch) | |
tree | 51cb4f8038b5cf7c0776f75e287dc0d0131d38b1 /views/creating-a-micropub-endpoint.php | |
parent | a3701e1e4f248ddb2e9fda275e55febecadc32cc (diff) |
removes top nav bar from design. new logo. adds a mechanism to add the post interface to your home screen.
Diffstat (limited to 'views/creating-a-micropub-endpoint.php')
-rw-r--r-- | views/creating-a-micropub-endpoint.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/views/creating-a-micropub-endpoint.php b/views/creating-a-micropub-endpoint.php index 617b52f..d911ce6 100644 --- a/views/creating-a-micropub-endpoint.php +++ b/views/creating-a-micropub-endpoint.php @@ -1,5 +1,8 @@ +<div class="narrow"> + <?= partial('partials/header') ?> + <?php ob_start() ?> -## The Micropub Endpoint +## Creating a Micropub Endpoint After a client has obtained an access token and discovered the user's Micropub endpoint it is ready to make requests to create posts. @@ -88,3 +91,4 @@ and optionally an HTML or other body with more information. Below is a list of p <?= Markdown(ob_get_clean()) ?> +</div>
\ No newline at end of file |