Hey Wesley, making the homepage a page is a bit of a special case in Mezzanine and I think it always and only looks for pages/index.html. I could be wrong about that.
I actually wrote the referenced article and the reason I always have pages/index.html subclass pages/homepage.html is so that if someone creates another "homepage" page type that isn't actually the homepage it will still pick up the correct template. On Tue, May 13, 2014 at 3:09 AM, Wesley <[email protected]> wrote: > Hi all, > I am learning to customize homepage theme according to > http://bitofpixels.com/blog/mezzatheming-part-2-the-homepage/ > Here I hit a question that, homepage always use pages/index.html, > actually, I have a homepage.html extends pages/index.html. > > So, how to change the template name for the new added homepage(subclass > Page just as that artical said). > > Thanks. > Wesley > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
