uhnomoli / mynt

A static site generator.
https://mynt.uhnomoli.com/
Other
363 stars 61 forks source link

Problem with /archives template #31

Closed lawik closed 11 years ago

lawik commented 11 years ago

Hi

Love the project. Got my blog up and running in a nice workflow in something like three hours.

Currently I'm trying to fix up the archive and having a problem.

As I make changes I can see my changes in specific Archive sections/years. See: http://edge.subterra.se/archives/2012/

But I have found no way to tame the template for the general archives page. My changes to the archive.html template seem to have no effect and I have no idea where the HTML is coming from as it is clearly not from the archive template setting (archive.html). See the problematic and unstyled page: http://edge.subterra.se/archives/

What am I missing? I didn't see anything in the docs touching on this.

Thankful for any assistance.

sleepdeprecation commented 11 years ago

Source?

Based on the rendered html for the /archives/ page, it looks like there isn't a .hero-unit div after the .content div. Perchance that's missing in a template file?

uhnomoli commented 11 years ago

My guess is that template is <project root>/archives/index.html. If it isn't, I'd need to take a look at the source of your site if you could toss it up on GitHub or something.

lawik commented 11 years ago

Thanks. I actually never considered that possibility, I just went for _templates even though I've created static pages with that structure. Yeah, there is an archives/index.html, I'm sure it will fix my problem.