Skip to content

Commit

Permalink
Move layout placing
Browse files Browse the repository at this point in the history
  • Loading branch information
unabris committed Oct 9, 2024
1 parent 167784d commit e932261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<!DOCTYPE html>
<html>
<head>
<%= stylesheet_link_tag 'essence/application', 'data-turbo-track': 'reload' %>
<%= stylesheet_link_tag 'essence/beyond', 'data-turbo-track': 'reload' %>
<%= javascript_importmap_tags 'essence/application' %>
<%= yield :head %>
</head>
<body>
<%= render template: 'essence/body' %>
<%= render template: 'essence/beyond/body' %>
</body>
</html>
```
Expand Down
File renamed without changes.

0 comments on commit e932261

Please sign in to comment.