Skip to content

Commit

Permalink
Removed cite tag and added two lines of config to the blueprint deplo…
Browse files Browse the repository at this point in the history
…yment.
  • Loading branch information
CheeseCake87 committed Sep 20, 2023
1 parent 675b318 commit 3b8474d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/flask_imp_cli/filelib/blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,10 @@ def index():
src="{flask_imp_logo}" alt="logo">
<div>
<h1 style="margin: 0;">{name} blueprint</h1>
<cite>
<h3>Here's your new blueprint.</h3>
<p>
Remember to double-check the config.toml file.
<p/>
</cite>
<h3>Here's your new blueprint.</h3>
<p>
Remember to double-check the config.toml file.
<p/>
</div>
</div>
{{% endblock %}}
Expand Down Expand Up @@ -98,6 +96,8 @@ class InitAppBlueprintFileLib:
#static_folder = "static"
template_folder = "templates"
#static_url_path = "/static/{name}"
#root_path = ""
#cli_group = ""
[session]
#{name}_session = "yes"
Expand Down

0 comments on commit 3b8474d

Please sign in to comment.