Skip to content

Commit

Permalink
disable lang in masthead and add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MethodOrMadness committed Mar 4, 2022
1 parent fb1f16b commit ca4c7d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# GC Mod Guide

currently the language icon is disabled, this will be changed after a crowdin and all that shizz is setup
disabled on line 90 of `_includes/masthead.html`
2 changes: 1 addition & 1 deletion _includes/masthead.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<span class="visually-hidden">{{ site.data.ui-text[site.locale].menu_label | default: "Toggle menu" }}</span>
<div class="navicon"></div>
</button>
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
<!--<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>-->
</nav>
</div>
</div>
Expand Down

0 comments on commit ca4c7d0

Please sign in to comment.