[gtk-web/new-website: 114/180] updated documentation



commit 381c218074047bd190ed5f6ae88b0f68e8c3bbf9
Author: ravgeetdhillon <ravgeetdhillon gmail com>
Date:   Tue Jul 23 14:03:15 2019 +0530

    updated documentation

 _includes/footer.html       | 10 +++++++---
 _includes/header.html       | 12 ++++++++----
 _layouts/documentation.html |  8 ++++++--
 3 files changed, 21 insertions(+), 9 deletions(-)
---
diff --git a/_includes/footer.html b/_includes/footer.html
index 6831d06..c0a1c53 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,6 +1,10 @@
-<!-- this is the footer file for all the pages in the website -->
-<!-- to make any design changes to the footer section, make changes to this file -->
-<!-- to make changes related to the content, edit the `_data/navigation.yml` -->
+{% comment %}
+
+this is the footer file for all the pages in the website
+to make any design changes to the footer section, make changes to this file
+to make changes related to the content, edit the `_data/navigation.yml`
+
+{% endcomment %}
 
 <footer class="container-fluid bg-dark navbar-dark text-info py-4 small">
   <div class="container">
diff --git a/_includes/header.html b/_includes/header.html
index dfb5798..113465e 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,7 +1,11 @@
-<!-- this is the header file for all the pages in the website -->
-<!-- any changes made to this file will affect header section of all the pages -->
-<!-- to make any design changes to the header section, make changes to this file -->
-<!-- to make changes related to the content, edit the `_data/navigation.yml` -->
+{% comment %}
+
+this is the header file for all the pages in the website
+any changes made to this file will affect header section of all the pages
+to make any design changes to the header section, make changes to this file
+to make changes related to the content, edit the `_data/navigation.yml`
+
+{% endcomment %}
 
 <!DOCTYPE html>
 <html lang="en" dir="ltr">
diff --git a/_layouts/documentation.html b/_layouts/documentation.html
index 4a94746..fc0aacf 100644
--- a/_layouts/documentation.html
+++ b/_layouts/documentation.html
@@ -1,5 +1,9 @@
-<!-- this is the layout file for the documentation pages -->
-<!-- any changes made to this file will affect all the documentation pages -->
+{% comment %}
+
+this is the layout file for the documentation pages
+any changes made to this file will affect all the documentation pages
+
+{% endcomment %}
 
 {% include header.html %}
 


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