Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
fix: set source engine value (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihkeleidast authored Apr 8, 2020
1 parent c13f9e3 commit 1218bd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class TwigAdapter extends Fractal.Adapter {
this._app = app;
this._config = config;

source.set('engine', '@frctl/twig');

let self = this;

Twig.extend(function(Twig) {
Expand Down

0 comments on commit 1218bd6

Please sign in to comment.