CodeForTucson / codefortucson-site

Current Code for Tucson website
http://www.codefortucson.org
GNU General Public License v2.0
3 stars 8 forks source link

Fix rendering issues left-over from calendar #44

Closed dmsnell closed 9 years ago

dmsnell commented 9 years ago

In #41 we removed the duplicate calendar page, but this inadvertently produced a rendering error on the home page - a big green block where it should have been white. This error was the result of a failed page generation.

Wrong wrong-1200

Right right-1200

First of all, there was an error in the navbar.html template which I have removed, though this was unrelated to the render issue.

Secondly, and more importantly, I believe that we ran into this issue because there were two index.html files with overlapping slugs. After removing the index.html file in the root directory, the rendering glitch is gone.

To Test Please build and navigate around to the various pages and make sure nothing is out of date. I literally wiped out the root index.html and think it was the erroneous one, but I'm not 100% sure.

meiqimichelle commented 9 years ago

lgtm :D :confetti_ball: