@gr36 Woohoo, great work! π
@gr36 ππ½ππ½ππ½ππ½
@gr36 I had actually been playing with this a little (I caught your previous post about it). It looks great!
@gr36 one thing I noticed is the navigation sometimes includes <- Home and sometimes doesnβt. Surprised itβs not included in the _default/baseof.html template or the same header partial.
@gr36 looks like the issue is what is defined as .IsHome, and I think this is related to using some of those list templates. May need a different page variable to do that properly. Possibly even using .Permalink ne {{ .Site.BaseURL }}
instead of using ne .IsHome
@gr36 @jsonbecker This has been a problem with the Marfa theme for a while too. Iβm not sure why it happensβ¦ Seems like it must be something wrong in the frontmatter that Micro.blog creates for some pages.
@gr36 @jsonbecker I realized this must be because the Archives and Photos pages are essentially configured as alternative output formats to the home page, so Hugo thinks they are home pages. I think we need to change how this works.