Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

removes the [0.11.x] print out on the generated index.html of new apps #1082

Merged
merged 3 commits into from May 30, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion generators/newapp/templates/templates/index.html.tmpl
Expand Up @@ -126,7 +126,7 @@
<a href="<%= rootPath() %>"><img src="<%= rootPath() %>assets/images/logo.svg" alt=""></a>
</div>
<div class="col-md-9 col-sm-9 col-xs-10 titles">
<h1><%= t("welcome_greeting") %> [{{.opts.Version}}]</h1>
<h1><%= t("welcome_greeting") %></h1>
<h2>
<a href="https://github.com/gobuffalo/buffalo"><i class="fa fa-github" aria-hidden="true"></i> https://github.com/gobuffalo/buffalo</a>
</h2>
Expand Down