Skip to content

Commit 712e21b

Browse files
committed
update(tests): pretty print blog related fixture
1 parent 04aa5d0 commit 712e21b

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

tests/fixtures/mkdocs_item_image_social_cards_blog_directory_url_disabled.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ site_url: https://guts.github.io/mkdocs-rss-plugin
55
use_directory_urls: false
66

77
plugins:
8-
- blog:
9-
blog_dir: blog
10-
authors_profiles: true
11-
- rss:
12-
match_path: blog/posts/.*
13-
- social:
14-
enabled: true
15-
cards: true
8+
- blog:
9+
blog_dir: blog
10+
authors_profiles: true
11+
- rss:
12+
match_path: blog/posts/.*
13+
pretty_print: true
14+
- social:
15+
enabled: true
16+
cards: true
1617

1718
theme:
18-
name: material
19+
name: material

0 commit comments

Comments
 (0)