etienne-moqueur/src/Kit
etienne 77f4d651af Added tags list to blog cards.
Feels hacky: I define Core.Contexts.tagsLinksField to make the tags with
a tagLink component, so this is a call to the Kit from Core, and not
gathered in components so I have to have tagSpan and tagLink in my main
with other templates.
How to solve? It is part of the bigger problem to gather resources at
compile time. Most promising lead now would be to have some sort of
ComponentT Monad transform (=WriterT Prop) *on top* of the Compiler /
Rules Monad so that the compilation steps can accumulate resources.
2023-06-21 20:48:05 +02:00
..
Atoms Completed Index post list. 2023-06-21 00:11:23 +02:00
Constants Tweaked some styles in blog Card. 2023-06-20 14:25:24 +02:00
Molecules Added tags list to blog cards. 2023-06-21 20:48:05 +02:00
Organisms Added tags list to blog cards. 2023-06-21 20:48:05 +02:00
Templates Added tags list to blog cards. 2023-06-21 20:48:05 +02:00