Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#48-Chore: Remove feature flags #53

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions _layouts/base.html
Expand Up @@ -30,8 +30,8 @@
<a href="{{ site.baseurl }}/#sec-takepart" title="{% t base.menu.takepart %}">{% t base.menu.takepart %}</a>
</nav>
<div class="lang">
<a class="en" href="/{{ page.url | split:"/" | last }}" title="English">EN</a>
<a class="ru" href="/ru/{{ page.url | split:"/" | last }}" title="Russian">RU</a>
<a class="en" href="/{{ page.url | split:"/" | last }}" title="English">English | </a>
<a class="ru" href="/ru/{{ page.url | split:"/" | last }}" title="Russian">Russian</a>
</div>
</div>
</div>
Expand Down
3 changes: 1 addition & 2 deletions _sass/partials/_header.scss
Expand Up @@ -86,8 +86,7 @@
}
.cbp-af-header .lang a {
color: #aaa;
padding: 3px 6px 3px 25px;
background: url(/img/lang_icons.png) no-repeat;
padding: 3px 0px 3px 0px;
}
.cbp-af-header .lang a:hover {
color: #ff7602;
Expand Down