Skip to content

Commit

Permalink
Unindent content inclusion in default template to make sure that pre/…
Browse files Browse the repository at this point in the history
…code items won't be unnecessarily indented.
  • Loading branch information
xoofx committed Aug 30, 2023
1 parent f407e99 commit aebfb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lunet.Layouts/shared/.lunet/layouts/_default.sbn-html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
{{~ Head ~}}
</head>
<body>
{{~ content ~}}
{{~ content ~}}
</body>
</html>

0 comments on commit aebfb6b

Please sign in to comment.