aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-11-09 16:01:07 -0500
committerAndrew Lee <alee14498@gmail.com>2019-11-09 16:01:07 -0500
commit5e503565ca2887c690970f7709750d1f76748d5a (patch)
tree8655f70dee4595f0602f662269ac5a5bd1679b17
parente92bad1fca8a2b6290af5dc73746f1acc72cfaf0 (diff)
downloadalp-website-5e503565ca2887c690970f7709750d1f76748d5a.tar.gz
alp-website-5e503565ca2887c690970f7709750d1f76748d5a.tar.bz2
alp-website-5e503565ca2887c690970f7709750d1f76748d5a.zip
stuff
-rw-r--r--.gitignore4
-rw-r--r--_layouts/default.html3
2 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 413101a..f3d062c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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">