Browse Source

Edit me back in

Signed-off-by: Mary Anthony <mary@blockstack.com>
feat/clarity-updates
Mary Anthony 5 years ago
parent
commit
1010b31e1f
  1. 14
      _config.yml
  2. 1
      _includes/post-meta.html

14
_config.yml

@ -17,10 +17,11 @@ baseurl: ""
# Site base hostname & protocol, e.g. http://example.com
url: "https://docs.blockstack.org"
repository: moxiegirl/docs.blockstack
repository: blockstack/docs.blockstack
staticman:
branch: "master"
# github_editme_path: moxiegirl/docs-new/blob/master
github_editme_path: blockstack/docs-new/blob/master
# if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
@ -178,28 +179,19 @@ collections:
basepath: "blockstack/blockstack-android/blob/master/docs"
community:
output: true
basepath: "moxiegirl/docs.blockstack"
core:
output: true
basepath: "moxiegirl/docs.blockstack"
develop:
output: true
basepath: "moxiegirl/docs.blockstack"
storage:
output: true
basepath: "moxiegirl/docs.blockstack"
browser:
output: true
basepath: "moxiegirl/docs.blockstack"
ios:
output: true
basepath: "blockstack/blockstack-ios/blob/master/docs"
common:
output: true
basepath: "moxiegirl/docs.blockstack"
org:
output: true
basepath: "moxiegirl/docs.blockstack"
faqs:
output: true
basepath: "moxiegirl/docs.blockstack"

1
_includes/post-meta.html

@ -15,4 +15,5 @@
<time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
{% assign date_format = site.date_format | default: "%b %-d, %Y" %}
{{ page.date | date: date_format }}
{% include editme.html %} <span style="font-family:Wingdings">&#119;</span>
</time>

Loading…
Cancel
Save