From 6b6239a011deacb7053d15147e8d7ab72762d791 Mon Sep 17 00:00:00 2001
From: vand <vand@dtu.dk>
Date: Tue, 22 Sep 2020 01:04:15 +0200
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c18c724..60e5314 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Pages use [templates](https://www.w3schools.com/w3css/w3css_templates.asp) from
 Some of the helping files are:
 * `w3_nature_portfolio_template.html` - This is the original template, placed here for just for reference, so you will probably not need it. 
 * `qim_repository_template_all.html` - This is the original w3 template with a modified sidebar, header and footer. Also colors. This can be used when making changes to sidebar, header and footer. Can also be used for checking other possibilities given by the template. But probably not updated, so be careful when using.  
-* `sidebar.js`, `header.js`, `footer.js` - JavaScript files for including the sidebar, header and footer. These js files now contain html code, which makes it difficult to modify the content here. So not totally satisfactory. I tried also approach from  [w3-html-include](https://www.w3schools.com/howto/howto_html_include.asp), but sidebar did not open and close on andriod phone.
+* `sidebar.js`, `header.js`, `footer.js` - JavaScript files for including the sidebar, header and footer. These js files now contain html code, which makes it difficult to modify the content here. So not totally satisfactory. In search of better solutionm, I tried the approach from  [w3-html-include](https://www.w3schools.com/howto/howto_html_include.asp), but sidebar did not open and close on andriod phone.
 * `qim_repository_template.html` - This is the template where sidebar, header and footer are included from JavaScript files. I'm not guaranteeing that it's updated.
 
 The main files are:
-- 
GitLab