Skip to content

Commit

Permalink
fix template locations
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Jul 11, 2023
1 parent c95147a commit 0f8ed5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-engine/lib/display.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import '../../asset/marked.min.js'
import { Liquid } from '../../asset/liquid.browser.esm.mjs'
import { modalOpen } from './modal.mjs'

const templateEngine = new Liquid({ root: 'lib/tpl', extname: '.liquid', cache: true })
const templateEngine = new Liquid({ root: 'test-engine/lib/tpl', extname: '.liquid', cache: true })
templateEngine.registerFilter('typeof', v => typeof (v))
templateEngine.registerFilter('toLocaleString', v => v.toLocaleString())
templateEngine.registerFilter('skipHeaders', v => {
Expand Down

0 comments on commit 0f8ed5d

Please sign in to comment.