We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c46bb3 commit 588a7d4Copy full SHA for 588a7d4
lib/tableau/extensions/post_extension.ex
@@ -68,7 +68,7 @@ defmodule Tableau.PostExtension do
68
quote do
69
use NimblePublisher,
70
build: __MODULE__.Post,
71
- from: "#{unquote(@config.dir)}/*.md",
+ from: "#{unquote(@config.dir)}/**/*.md",
72
as: :posts,
73
highlighters: [:makeup_elixir],
74
parser: Tableau.PostExtension.Posts.Post,
0 commit comments