Skip to content

Commit

Permalink
Links to the guidelines and edit button didn't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisdoomen committed Apr 4, 2018
1 parent 59fbabb commit dd5ff57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ atom_feed:
path : # blank (default) uses feed.xml
search : true # true, false (default)
search_full_content : true
search_provider : "lunr"

algolia:
application_id : # YOUR_APPLICATION_ID
index_name : # YOUR_INDEX_NAME
Expand All @@ -75,7 +75,7 @@ naver_site_verification :

# Social Sharing
twitter:
username :
username : ddoomen
facebook:
username :
app_id :
Expand Down Expand Up @@ -130,9 +130,10 @@ author:


# Reading Files
includes:
include:
- .htaccess
- _pages
- _posts
exclude:
- "*.sublime-project"
- "*.sublime-workspace"
Expand Down Expand Up @@ -259,11 +260,13 @@ defaults:
type: posts
values:
layout: single
author_profile: true
author_profile: false
read_time: false
comments: false
share: true
related: false
sidebar:
nav: "sidebar"
# _pages
- scope:
path: ""
Expand Down
2 changes: 1 addition & 1 deletion _includes/editlink.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
{% assign path = page.path %}
{% endif %}

<a href="https://github.com/{{ site.repository }}/edit/master/docs/{{ path }}"><i class="far fa-edit"></i> Edit this page</a>
<a href="https://github.com/{{ site.repository }}/edit/master/{{ path }}"><i class="far fa-edit"></i> Edit this page</a>

0 comments on commit dd5ff57

Please sign in to comment.