diff --git a/README.md b/README.md index f20a823..67f5fa4 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,36 @@ Or index all the gaduation works: ## template files web/page-template.html + +1) SCRIPTS in buttom of generated pages does not close proberly. And non-relevant scripts are also still in. + +should be: +========= + + + + + + +is now: +====== + + + + + \ No newline at end of file diff --git a/web/index-template.html b/web/index-template.html index 739dfa7..0c8ebf8 100644 --- a/web/index-template.html +++ b/web/index-template.html @@ -73,14 +73,14 @@
- +
-

PZI: Master Media Design & Communication

+

PZI: Master Media Design & Communication

diff --git a/web/index.html b/web/index.html index 648222c..50d992a 100644 --- a/web/index.html +++ b/web/index.html @@ -77,7 +77,7 @@
-

PZI: Master Media Design & Communication

+

PZI: Master Media Design & Communication

diff --git a/web/js/fixedsticky.js b/web/js/fixedsticky.js index b201950..24b2f68 100644 --- a/web/js/fixedsticky.js +++ b/web/js/fixedsticky.js @@ -123,7 +123,7 @@ if( position.top && isFixedToTop() || position.bottom && isFixedToBottom() ) { if( !isAlreadyOn ) { toggle( true ); - sidebarOn(); + // sidebarOn(); } } else { if( isAlreadyOn ) { diff --git a/web/page-template.html b/web/page-template.html index 662bc84..dbb47cb 100644 --- a/web/page-template.html +++ b/web/page-template.html @@ -67,8 +67,6 @@ - -