Changes for page Home
Last modified by Erik Bakker on 2024/09/24 16:08
From version 96.1
edited by Eva Torken
on 2024/01/04 14:36
on 2024/01/04 14:36
Change comment:
There is no comment for this version
To version 94.1
edited by Eva Torken
on 2024/01/04 14:30
on 2024/01/04 14:30
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -80,14 +80,11 @@ 80 80 </div> 81 81 </div> 82 82 </body> 83 -<script> 84 - $(document).ready(function(){ 85 - if ($('body').height() < $(window).height()) { 86 - $('footer').addClass('position-absolute bottom-0'); 87 - } else { 88 - $('footer').addClass('position-static'); 89 - } 90 - }); 91 -</script> 83 +<body> 84 + <div class="content"> 85 + content 86 + </div> 87 + <footer class="footer"></footer> 88 +</body> 92 92 </html> 93 93 {{/html}}