diff --git a/_config.yml b/_config.yml index 8f04a39..5457f5c 100644 --- a/_config.yml +++ b/_config.yml @@ -3,3 +3,4 @@ title: FRC 6321 Scouting short_title: FRC Scouting logo: images/site_logo.png +version: 0.8.1 diff --git a/_layouts/basic.html b/_layouts/basic.html index 2a80887..8fba365 100644 --- a/_layouts/basic.html +++ b/_layouts/basic.html @@ -2,7 +2,7 @@ {% include head.html %} -
+ {% include nav.html %} {{ content }} diff --git a/index.html b/index.html index 583e9b1..2310bf1 100644 --- a/index.html +++ b/index.html @@ -14,4 +14,7 @@Release: {{ site.version }}