Skip to content

Commit c76e3a7

Browse files
committed
root folder to index
1 parent da543eb commit c76e3a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/includes/_layout/layout.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ script.
5959

6060
function checkScreenSize() {
6161
if (window.innerWidth < 1680 && !isNoMobilePage()) {
62-
window.location.href = '/no-mobile.html';
62+
window.location.href = './no-mobile.html';
6363
}
6464
}
6565

src/web-snippets.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ block main
88
.page-wrapper.wrapper
99
.tools-intro Here you will find various snippets I use in web development. In almost all cases it is HTML/PUG/Javascript/PHP. Quite young section, so not so much stuff going on here, but will be updated in upcoming future for sure.
1010

11-
.batch-title WEBPAGE REDIRECT IF SCREEN WIDTH IS LESS THAN
11+
.batch-title WEBPAGE REDIRECTS IF SCREEN WIDTH IS LESS THAN
1212
.crt-container
1313
pre.crt-text.
1414
document.addEventListener('DOMContentLoaded', () => {

0 commit comments

Comments
 (0)