diff --git a/_config.yml b/_config.yml
index 1a6f2fe6..1630ced7 100644
--- a/_config.yml
+++ b/_config.yml
@@ -21,7 +21,8 @@ repository: blockstack/docs.blockstack
staticman:
branch: "master"
-github_editme_path: blockstack/docs-new/blob/master
+github_editme_path: blockstack/docs.blockstack/blob/master
+branch_url: 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.
@@ -168,6 +169,7 @@ sass:
defaults:
- scope:
path: "" # an empty string here means all files in the project
+ basepath: elephant
values:
comments: true
image: /assets/img/touch-icon.png
@@ -176,7 +178,6 @@ defaults:
collections:
android:
output: true
- basepath: "blockstack/blockstack-android/blob/master/docs"
community:
output: true
core:
diff --git a/_includes/editme.html b/_includes/editme.html
index ff5ceb6e..dc9b92f3 100644
--- a/_includes/editme.html
+++ b/_includes/editme.html
@@ -1,4 +1,5 @@
-{% assign theCol = site.collections | where: "label", page.collection | first %}
+
+
{% assign filename = page.slug | append: '.md' %}
-
+
Edit this page on Github
diff --git a/_includes/post-meta.html b/_includes/post-meta.html
index 1802a38a..9f3a9ed9 100644
--- a/_includes/post-meta.html
+++ b/_includes/post-meta.html
@@ -15,5 +15,5 @@