Skip to content

Commit

Permalink
Fix style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcamiel committed Sep 18, 2024
1 parent 76a9a65 commit c4424f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sites/generate/build_jekyll_md.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,12 @@ def build():
(
Path("../hurl/docs/standalone/hurl-5.0.1.md"),
Path("sites/hurl.dev/_docs/standalone/hurl-5.0.1.md"),
FrontMatter(layout="standalone", section="Standalone", title="Hurl 5.0.1", indexed=False),
FrontMatter(
layout="standalone",
section="Standalone",
title="Hurl 5.0.1",
indexed=False,
),
False,
),
]
Expand Down

0 comments on commit c4424f3

Please sign in to comment.