Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:davidomarf/ginpar into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
davidomarf committed Nov 4, 2019
2 parents 96f691a + 8336ea8 commit 8f800a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ginpar/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def render_sketch_page(build_path, sketch, site, page_template, input_templates)
sketch_index = open(f"public/{sketch['name']}/index.html", "w+")
sketch_index.write(
page_template.render(
sketch=unkebab(sketch["name"]),
sketch=sketch,
form="<form>\n" + content + "\n</form>",
site=site,
)
Expand Down

0 comments on commit 8f800a4

Please sign in to comment.