Tzion
Tzion
When baseURL is set, I found out that the CSS is not relatively linked, turns out by changing `refPermalink` with `Permalink` in `layouts/partials/head.html` will resolve the issue: ```html {{ $styles...
Hi, I wonder this theme has table of content? Saw the following but no idea how to trigger it, probably just an example? ``` {{ if not .Params.notoc }} {{...
This changes resolves the static_strings JSON rendering issue specified by @mr-tz in [#721](https://github.com/mandiant/flare-floss/issues/721#issuecomment-2367253454). I'm aware there’s more to do and will continue in the near future. Please correct me if...