Browse Source

remove icons from sub-header (getting too busy up there)

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
0b4d083b2f
  1. 1
      views/layout.pug

1
views/layout.pug

@ -98,7 +98,6 @@ html(lang="en")
each item, index in config.siteTools
li(class="nav-item")
a(href=item.url, class="nav-link")
i(class=item.fontawesome, style="margin-right: 5px;")
span #{item.name}

Loading…
Cancel
Save