File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 50
50
</head >
51
51
52
52
<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" >
54
54
{{ #if title }}
55
55
<header id =" sqlpage_header" >
56
56
<nav class =" navbar navbar-expand-md navbar-light" >
114
114
</main >
115
115
</div >
116
116
<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 }}
125
123
</footer >
126
124
</body >
127
125
</html >
You can’t perform that action at this time.
0 commit comments