Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #10 from luksak/active_theme_path
Browse files Browse the repository at this point in the history
Adding support for active_theme_path
  • Loading branch information
Rainer Friederich authored Nov 29, 2018
2 parents b4c1dcc + 70519bb commit 044fcd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ module.exports = function (fractal) {
},
block_view(path) {
return this.context[path] || 'block_view returned undefined from key ' + path;
},
active_theme_path() {
return '';
}
}

Expand Down

0 comments on commit 044fcd3

Please sign in to comment.