Browse Source

tweak tools subnav

fix-133-memory-crash
Dan Janosik 6 years ago
parent
commit
c69e99a724
No known key found for this signature in database GPG Key ID: C6F8CE9FFDB2CED2
  1. 2
      views/layout.pug

2
views/layout.pug

@ -105,7 +105,7 @@ html(lang="en")
ul(class="nav") ul(class="nav")
each item, index in config.siteTools each item, index in config.siteTools
li(class="nav-item") li(class="nav-item")
a(href=item.url, class="nav-link") a(href=item.url, class="nav-link text-white px-2 text-decoration-underline")
span #{item.name} span #{item.name}
- var bodyBgColor = "#ffffff;"; - var bodyBgColor = "#ffffff;";

Loading…
Cancel
Save