Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
qrluke authored Oct 21, 2023
1 parent e5930f6 commit 3862103
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ group :jekyll_plugins do
gem 'jekyll-coffeescript'
gem 'jekyll-default-layout'
gem 'jekyll-gist'
gem 'jekyll-github-metadata'
# gem 'jekyll-github-metadata'
gem 'jekyll-optional-front-matter'
gem 'jekyll-paginate'
gem 'jekyll-readme-index'
Expand Down
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
{% for link in site.data.navigation.locales[site.active_lang].languages %}
{% assign ref_page=lang_ref_pages | where:"lang", link.lang | first %}
{% if ref_page %}
<!-- <li><a href=' {{ ref_page.url }}'><strong>{{ link.title }}</strong></a></li> -->
<li><a href=' {{ ref_page.url }}'><strong>{{ link.title }}</strong></a></li>
{% else %}
<!-- <li><a href=' {{ link.url }}'><strong>{{ link.title }}</strong></a></li> -->
<li><a href=' {{ link.url }}'><strong>{{ link.title }}</strong></a></li>
{% endif %}
{% endfor %}
<li><a target="_blank"
Expand Down

0 comments on commit 3862103

Please sign in to comment.