Skip to content

Commit

Permalink
Merge pull request #461 from kethinov/0.21.6
Browse files Browse the repository at this point in the history
0.21.6
  • Loading branch information
kethinov authored May 8, 2023
2 parents 167fbad + b81cdfd commit 2d56d34
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 8,961 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

- Put your changes here...

## 0.21.6

- Fixed bug with template rendering in generated apps.
- Various dependencies updated.

## 0.21.5

- Various refactoring.
Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/mvc/views/teddy/layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<h1>{content.appTitle}</h1>
<h2>{content.pageTitle}</h2>
</header><%- spaModeNav ? spaModeNav : '' %>
{pageContent}
{pageContent|s}
</main>
</body>
</html>
Loading

0 comments on commit 2d56d34

Please sign in to comment.