Commit Graph

4 Commits

Author SHA1 Message Date
b00d39a7bd
site/layouts: add modules section to FSC layout 2022-02-06 22:11:50 +03:00
1678ec077e
site/layouts: add cluster to partialCached key
When we cache the output of partials we get duplicate elements be-
cause both ISEAL and FSC have "Scope", "Certificate", etc modules.
We need to use the cluster as an extra key for the partial cache
so these don't overlap.

See: https://gohugo.io/functions/partialcached/
2022-02-06 21:32:45 +03:00
2c789ea9a4
site/layouts: adjust fsc layout for modules
Adjust the FSC layout to group modules together.
2022-02-06 21:17:47 +03:00
d8065f0634 site/layouts: add new FSC extension
We use a custom style block in the base that defaults to ISEAL, but
gets overridden in the FSC layout. Layout is determined in the term
frontmatter, either "home" or "fsc".
2021-12-21 19:07:16 +02:00