sfu-dhil / mvm

GNU General Public License v2.0
0 stars 3 forks source link

Add support for a home page #64

Closed ghost closed 3 years ago

ghost commented 3 years ago

I forgot to do this when setting up the site.

joeytakeda commented 3 years ago

As far as I know, this should already be done from the redesign; there's handling for it in the twig file and the controller:

https://github.com/sfu-dhil/mvm/blob/6e4e93bebe57249aa9c06730b3a4bb03c53d9ae8/templates/default/index.html.twig#L10-L16

https://github.com/sfu-dhil/mvm/blob/6e4e93bebe57249aa9c06730b3a4bb03c53d9ae8/src/Controller/DefaultController.php#L47

ubermichael commented 3 years ago

Looks like I was looking at an old version of the code. Silly me.