Skip to content

Commit

Permalink
Update theme.html
Browse files Browse the repository at this point in the history
applying shortcodes
  • Loading branch information
Jimmi08 authored Aug 6, 2023
1 parent 6e5aed0 commit b495efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e107_themes/bootstrap5/theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<body id="page-top" class="{LAYOUT_ID}" {BODY_ONLOAD} >
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="{SITEURL}">{SITENAME}</a>
<a class="navbar-brand" href="{SITEURL}">{BOOTSTRAP_BRANDING}</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
{NAVIGATION: type=main&class=me-auto}
{BOOTSTRAP_NAV_ALIGN}
{SIGNIN}
</div>
</div>
Expand Down

0 comments on commit b495efe

Please sign in to comment.