diff options
author | Adam Carpenter <gitlab@53hor.net> | 2019-08-13 00:06:05 -0400 |
---|---|---|
committer | Adam Carpenter <gitlab@53hor.net> | 2019-08-13 00:06:05 -0400 |
commit | 2815a09a55e62cbc7edcecdfceda50b55d197b62 (patch) | |
tree | 4cd545ef7e469595a5f5f77c3944ee4b24233ae6 /_layouts | |
parent | 91303191c524ab03c5b0a9a6766a8435276a867c (diff) | |
download | cobalt-site-2815a09a55e62cbc7edcecdfceda50b55d197b62.tar.xz cobalt-site-2815a09a55e62cbc7edcecdfceda50b55d197b62.zip |
Fixed titles for navbar items, updated index.
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/index.liquid | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/_layouts/index.liquid b/_layouts/index.liquid index 4fa8c31..961faf8 100644 --- a/_layouts/index.liquid +++ b/_layouts/index.liquid @@ -38,13 +38,13 @@ and I am a... <ul> <li> - Computer programmer at ADP + Professional computer programmer </li> <li> Amateur Hudson driver, mechanic, and caretaker </li> <li> - Loving fiancé and puppy parent + Loving husband and puppy parent </li> </ul> </p> @@ -96,6 +96,7 @@ <!-- end latest post --> <!-- start level --> + <!-- <nav class="level"> <div class="level-item has-text-centered"> <div> @@ -165,6 +166,7 @@ </nav> <!-- end level --> + --> <!-- begin main content --> <section class="section"> |