Skip to content

Commit 7f313b7

Browse files
committed
Netlify test
1 parent a89f1f3 commit 7f313b7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scripts/fetch-modules.js

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const modules = request(modulesUrl);
99

1010
hexo.extend.filter.register('before_post_render', function(data){
1111
return modules.then((json) => {
12-
console.error('---->', json);
1312
data.markdown = JSON.parse(json);
1413
})
1514
});

source/modules/index.hbs

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<h1>Modules</h1>
22

3+
{{log this}}
4+
{{log tenpin}}
5+
36
{{#each tenpin as |item|}}
47
<p>{{item.name}}</p><hr>
58
{{/each}}

0 commit comments

Comments
 (0)