I saw a post about Volta today (https://blog.volta.sh/2020/07/23/declare-your-tools/) on my phone and tried to click the hamburger menu in order to read more about the project, and noticed it is broken. This is easily reproducible using browser dev tools: the menu does not work within a specific blog post, but does within the directory of blog posts (https://blog.volta.sh/). It looks like it's because there is no nav.sidebar from within a given blog post.
This PR adds the sidebar to a blog post to fix this behavior. 🙂
Blog listing (with functionality):
Blog post (no nav.sidebar, so functionality does not work):
I saw a post about Volta today (https://blog.volta.sh/2020/07/23/declare-your-tools/) on my phone and tried to click the hamburger menu in order to read more about the project, and noticed it is broken. This is easily reproducible using browser dev tools: the menu does not work within a specific blog post, but does within the directory of blog posts (https://blog.volta.sh/). It looks like it's because there is no
nav.sidebar
from within a given blog post.This PR adds the sidebar to a blog post to fix this behavior. 🙂
Blog listing (with functionality):
Blog post (no
nav.sidebar
, so functionality does not work):