[gtk-web/new-website: 174/191] updated a broken link



commit 253d296d57fa271f17e0ee0612a853b56c67875a
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date:   Wed Aug 14 22:41:12 2019 +0530

    updated a broken link

 _config.yml                 | 1 +
 _layouts/documentation.html | 8 ++------
 2 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/_config.yml b/_config.yml
index 49eccd7..c6dc577 100644
--- a/_config.yml
+++ b/_config.yml
@@ -67,6 +67,7 @@ defaults:
       type: docs
     values:
       layout: documentation
+      navbar_type: dark
 
 # website statistics
 
diff --git a/_layouts/documentation.html b/_layouts/documentation.html
index 42cee92..33cb869 100644
--- a/_layouts/documentation.html
+++ b/_layouts/documentation.html
@@ -1,7 +1,3 @@
----
-navbar_type: dark
----
-
 {% comment %}
 
 this is the layout file for the documentation pages
@@ -71,10 +67,10 @@ any changes made to this file will affect all the documentation pages
           {% assign page_name = page.path | split: '/' %}
           {% assign page_name = page_name.last %}
           <i class="fas fa-edit text-info fa-fw pr-2"></i>
-          <span>Observed a typo or some missing information, edit this page <a href="{{ 
site.data.stuff.site_repo | append: 'blob/master/collections/_docs/' }}{{ page_name }}/">here</a>.</span>
+          <span>Observed a typo or some missing information, edit this page <a href="{{ site.website_repo | 
append: 'blob/master/collections/_docs/' | append: page_name }}">here</a>.</span>
           <br>
           <i class="fas fa-plus-square text-info fa-fw pr-2"></i>
-          <span>Read on <a href="{{ site.data.stuff.site_repo | append: 'blob/master/CONTRIBUTING.md/' 
}}">how to contribute</a> to this website.</span>
+          <span>Read on <a href="{{ site.website_repo | append: 'blob/master/CONTRIBUTING.md/' }}">how to 
contribute</a> to this website.</span>
         </div>
       </div>
     </div>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]