diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-11-09 16:01:07 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-11-09 16:01:07 -0500 |
| commit | 5e503565ca2887c690970f7709750d1f76748d5a (patch) | |
| tree | 8655f70dee4595f0602f662269ac5a5bd1679b17 | |
| parent | e92bad1fca8a2b6290af5dc73746f1acc72cfaf0 (diff) | |
| download | alp-website-5e503565ca2887c690970f7709750d1f76748d5a.tar.gz alp-website-5e503565ca2887c690970f7709750d1f76748d5a.tar.bz2 alp-website-5e503565ca2887c690970f7709750d1f76748d5a.zip | |
stuff
| -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"> |
