diff options
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | _layouts/default.html | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -78,4 +78,6 @@ $RECYCLE.BIN/ *.msi *.msm *.msp -*.lnk
\ No newline at end of file +*.lnk +# Local Netlify folder +.netlify
\ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 0c0535f..a7f840e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -7,12 +7,11 @@ {% include header.html %} </head> -<body class="dark"> +<body class="dark" onload="displayRepos();"> {% include navbar.html %} <div class="animsition"> <div class="jumbotron special-color"> <h2 class="display-4">{{page.title}}</h2> - <h2 class="display-4">{{page.header.title}}</h2> <p class="lead">{{page.description}}</p> </div> <div class="container"> |
