diff --git a/_layouts/default.html b/_layouts/default.html index 8eb5cee..a0d91f4 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -30,12 +30,20 @@ Home - - - Posts - - - + Projects + + GitHub Page + + [ Page ] + [ Source ] + + Antennae + [ Page ] + [ Source ] + + + Posts + {% for post in site.posts %} @@ -43,11 +51,6 @@ {% endfor %} - Projects - - GitHub Page - Antennae - diff --git a/src/styles.css b/src/styles.css index 0acce8b..9628c0b 100644 --- a/src/styles.css +++ b/src/styles.css @@ -103,18 +103,7 @@ header { border-bottom: 1px solid grey; } -#menu-selection { - visibility: hidden; - transition: visibility 0.5s ease; -} -#navigation #toggle-section { - display: none; -} - -#toggle-section:checked + #menu-section { - visibility: visible; -} #bar #footer {