Skip to content

Commit

Permalink
Update source/ja/api/posts.md
Browse files Browse the repository at this point in the history
Co-authored-by: yoshinorin <[email protected]>
  • Loading branch information
KentarouTakeda and yoshinorin authored Mar 30, 2024
1 parent 2351a27 commit 2fb23a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ja/api/posts.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ hexo.post.render(source, data);
データには`content`属性が含まれている必要があります。そうでない場合、Hexoは元のファイルを読み込もうとします。この関数の実行手順は以下の通りです:

- `before_post_render`フィルターを実行
- Markdownや他のレンダラー(拡張名に依存)でレンダリング
- Markdownや他のレンダラー(拡張子名に依存)でレンダリング
- [Nunjucks]でレンダリング
- `after_post_render`フィルターを実行

Expand Down

0 comments on commit 2fb23a5

Please sign in to comment.