virtual-vgo / vvgo

Virtual Video Game Orchestra
https://vvgo.org
Apache License 2.0
8 stars 7 forks source link

About page #216

Closed jacksonargo closed 3 years ago

jacksonargo commented 3 years ago

Finally adding that about page. This also includes some template refactors. I'm leveraging the custom template functions, so we don't have to pass around navbar options n such as data structs in go. The render template function handles all that for us. This also does some navbar cleanups as well and I finally decided to get rid of the tests to check the html output. I realized that I was avoiding making changes to the navbar/footers because I didn't want to have to deal with it.