remove redundant class

This commit is contained in:
Aadil Ayub 2021-10-01 18:13:20 +05:00
parent 4611060f45
commit 01ac7f4437
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<nav>
<div class="tabs is-fullwidth nav-tabs is-italic is-size-5 is-uppercase">
<div class="tabs is-fullwidth nav-tabs is-italic is-uppercase">
<ul>
{{ range $nav_tab := site.Params.navbar }}
{{ $nav_title := replace $nav_tab "-" " " | title }}