moov2 / website-core

Moving moov2.com to Orchard Core
0 stars 0 forks source link

Switching all theme templates to Liquid #3

Open peterkeating opened 6 years ago

peterkeating commented 6 years ago

Think it would be good to only have a single language for templates in the theme. Liquid seems to be the preferred language for theme templates by the looks of the documentation and the example themes. Where possible liquid templates have been used, however there are a couple of things I wasn't sure how to do in liquid so I've used Razor instead.

DannyT commented 6 years ago

Started this on refactor/liquid-theming Switching the tags on the page to divs is proving a challenge, see https://github.com/OrchardCMS/OrchardCore/issues/2494