Skip to content

Commit 8ed051f

Browse files
committed
remove redundant markup
1 parent f49addf commit 8ed051f

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

sqlpage/templates/shell.handlebars

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</head>
5151

5252
<body class="layout-{{default layout 'boxed'}}" {{#if theme}}data-bs-theme="{{theme}}"{{/if}}>
53-
<div class="page" id="sqlpage_page_wrapper">
53+
<div class="page">
5454
{{#if title}}
5555
<header id="sqlpage_header">
5656
<nav class="navbar navbar-expand-md navbar-light">
@@ -114,14 +114,12 @@
114114
</main>
115115
</div>
116116
<footer class="w-100 text-center fs-6 my-2 text-secondary" id="sqlpage_footer">
117-
<div class="sqlpage_footer_content">
118-
{{#if footer}}
119-
{{{markdown footer}}}
120-
{{else}}
121-
<!-- You can change this footer using the 'footer' parameter of the 'shell' component -->
122-
Built with <a class="text-reset" href="https://sql.ophir.dev" title="SQLPage v{{buildinfo 'CARGO_PKG_VERSION'}}">SQLPage</a>
123-
{{/if}}
124-
</div>
117+
{{#if footer}}
118+
{{{markdown footer}}}
119+
{{else}}
120+
<!-- You can change this footer using the 'footer' parameter of the 'shell' component -->
121+
Built with <a class="text-reset" href="https://sql.ophir.dev" title="SQLPage v{{buildinfo 'CARGO_PKG_VERSION'}}">SQLPage</a>
122+
{{/if}}
125123
</footer>
126124
</body>
127125
</html>

0 commit comments

Comments
 (0)