petrsvihlik / petrsvihlik.com

Sourcecode of petrsvihlik.com
http://petrsvihlik.com
MIT License
3 stars 1 forks source link

Use taghelpers wherever possible #2

Open petrsvihlik opened 3 years ago

petrsvihlik commented 3 years ago

to make the syntax uniform.

blocked by https://github.com/statiqdev/Statiq.Framework/issues/143

daveaglick commented 3 years ago

See the discussion in https://github.com/statiqdev/Statiq.Framework/issues/143 - it appears tag helpers (including custom tag helpers) are supported out of the box. Perhaps a @addTagHelper directive is needed to light them up? I also added a comment to that issue about the possibility of adding them via the module (we can continue the discussion there to keep everything together).