Change Liquid engine to Fluid #47
Labels
No Label
area
podcasting
area
setup
area
theming
bug
annoyance
bug
footgun
bug
urgent
duplicate
enhancement
deprecation
enhancement
feature
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: bit-badger/myWebLog#47
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The DotLiquid project's author is no longer actively maintaining the project. Fluid is a similar library that is actively maintained. Most of the templates should be able to be rendered by a different engine, but the filters and tags under
DotLiquidBespoke
will need to be modified to work with Fluid's way of doing things. There may also be some differences in handling parsed templates, how values are passed (Hash
is a DotLiquid thing), etc.