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

feat - add support and blog in menu #1615

Open
wants to merge 5 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions _includes/header/header-es.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,24 @@
</li>
</ul>
</li>
<li><a href="/en/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
<li>
<ul id="blog-menu" class="menu">
<li><a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
<ul>
<li>
<a href="{{site.posts.first.url}}">Latest post</a>
</li>
<li>
<a href="/en/blog/posts.html">All posts</a>
</li>
<li>
<a href="/en/blog/write-post.html">Write a Post</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
Expand Down
18 changes: 18 additions & 0 deletions _includes/header/header-fr.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,24 @@
</li>
</ul>
</li>
<li><a href="/en/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
<li>
<ul id="blog-menu" class="menu">
<li><a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
<ul>
<li>
<a href="{{site.posts.first.url}}">Latest post</a>
</li>
<li>
<a href="/en/blog/posts.html">All posts</a>
</li>
<li>
<a href="/en/blog/write-post.html">Write a Post</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
Expand Down
18 changes: 18 additions & 0 deletions _includes/header/header-id.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,24 @@
</li>
</ul>
</li>
<li><a href="/en/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
<li>
<ul id="blog-menu" class="menu">
<li><a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
<ul>
<li>
<a href="{{site.posts.first.url}}">Latest post</a>
</li>
<li>
<a href="/en/blog/posts.html">All posts</a>
</li>
<li>
<a href="/en/blog/write-post.html">Write a Post</a>
</li>
</ul>
</li>
</ul>
</li>
<!--
<li>
<ul id="changelog-menu" class="menu">
Expand Down
18 changes: 18 additions & 0 deletions _includes/header/header-it.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,24 @@
</li>
</ul>
</li>
<li><a href="/en/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
<li>
<ul id="blog-menu" class="menu">
<li><a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
<ul>
<li>
<a href="{{site.posts.first.url}}">Latest post</a>
</li>
<li>
<a href="/en/blog/posts.html">All posts</a>
</li>
<li>
<a href="/en/blog/write-post.html">Write a Post</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
Expand Down
18 changes: 18 additions & 0 deletions _includes/header/header-ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,24 @@
</li>
</ul>
</li>
<li><a href="/en/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
<li>
<ul id="blog-menu" class="menu">
<li><a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
<ul>
<li>
<a href="{{site.posts.first.url}}">Latest post</a>
</li>
<li>
<a href="/en/blog/posts.html">All posts</a>
</li>
<li>
<a href="/en/blog/write-post.html">Write a Post</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
Expand Down
18 changes: 18 additions & 0 deletions _includes/header/header-ko.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,24 @@
</li>
</ul>
</li>
<li><a href="/en/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
<li>
<ul id="blog-menu" class="menu">
<li><a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
<ul>
<li>
<a href="{{site.posts.first.url}}">Latest post</a>
</li>
<li>
<a href="/en/blog/posts.html">All posts</a>
</li>
<li>
<a href="/en/blog/write-post.html">Write a Post</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
Expand Down
18 changes: 18 additions & 0 deletions _includes/header/header-pt-br.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,24 @@
</li>
</ul>
</li>
<li><a href="/en/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Suporte</a></li>
<li>
<ul id="blog-menu" class="menu">
<li><a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
<ul>
<li>
<a href="{{site.posts.first.url}}">Ultimos post</a>
</li>
<li>
<a href="/en/blog/posts.html">Todos posts</a>
</li>
<li>
<a href="/en/blog/write-post.html">Escreva um Post</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
Expand Down
18 changes: 18 additions & 0 deletions _includes/header/header-ru.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,24 @@
</li>
</ul>
</li>
<li><a href="/en/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
<li>
<ul id="blog-menu" class="menu">
<li><a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
<ul>
<li>
<a href="{{site.posts.first.url}}">Latest post</a>
</li>
<li>
<a href="/en/blog/posts.html">All posts</a>
</li>
<li>
<a href="/en/blog/write-post.html">Write a Post</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
Expand Down
18 changes: 18 additions & 0 deletions _includes/header/header-sk.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,24 @@
</li>
</ul>
</li>
<li><a href="/en/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
<li>
<ul id="blog-menu" class="menu">
<li><a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
<ul>
<li>
<a href="{{site.posts.first.url}}">Latest post</a>
</li>
<li>
<a href="/en/blog/posts.html">All posts</a>
</li>
<li>
<a href="/en/blog/write-post.html">Write a Post</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
Expand Down
18 changes: 18 additions & 0 deletions _includes/header/header-th.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,24 @@
</li>
</ul>
</li>
<li><a href="/en/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
<li>
<ul id="blog-menu" class="menu">
<li><a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
<ul>
<li>
<a href="{{site.posts.first.url}}">Latest post</a>
</li>
<li>
<a href="/en/blog/posts.html">All posts</a>
</li>
<li>
<a href="/en/blog/write-post.html">Write a Post</a>
</li>
</ul>
</li>
</ul>
</li>
<!--
<li>
<ul id="changelog-menu" class="menu">
Expand Down
18 changes: 18 additions & 0 deletions _includes/header/header-tr.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,24 @@
</li>
</ul>
</li>
<li><a href="/en/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
<li>
<ul id="blog-menu" class="menu">
<li><a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
<ul>
<li>
<a href="{{site.posts.first.url}}">Latest post</a>
</li>
<li>
<a href="/en/blog/posts.html">All posts</a>
</li>
<li>
<a href="/en/blog/write-post.html">Write a Post</a>
</li>
</ul>
</li>
</ul>
</li>
<!--
<li>
<ul id="changelog-menu" class="menu">
Expand Down
18 changes: 18 additions & 0 deletions _includes/header/header-uk.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,24 @@
</li>
</ul>
</li>
<li><a href="/en/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
<li>
<ul id="blog-menu" class="menu">
<li><a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
<ul>
<li>
<a href="{{site.posts.first.url}}">Latest post</a>
</li>
<li>
<a href="/en/blog/posts.html">All posts</a>
</li>
<li>
<a href="/en/blog/write-post.html">Write a Post</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
Expand Down
18 changes: 18 additions & 0 deletions _includes/header/header-uz.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,24 @@
</li>
</ul>
</li>
<li><a href="/en/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
<li>
<ul id="blog-menu" class="menu">
<li><a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
<ul>
<li>
<a href="{{site.posts.first.url}}">Latest post</a>
</li>
<li>
<a href="/en/blog/posts.html">All posts</a>
</li>
<li>
<a href="/en/blog/write-post.html">Write a Post</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
Expand Down
18 changes: 18 additions & 0 deletions _includes/header/header-zh-cn.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,24 @@
</li>
</ul>
</li>
<li><a href="/en/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
<li>
<ul id="blog-menu" class="menu">
<li><a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
<ul>
<li>
<a href="{{site.posts.first.url}}">Latest post</a>
</li>
<li>
<a href="/en/blog/posts.html">All posts</a>
</li>
<li>
<a href="/en/blog/write-post.html">Write a Post</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
Expand Down
18 changes: 18 additions & 0 deletions _includes/header/header-zh-tw.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,24 @@
</li>
</ul>
</li>
<li><a href="/en/support" id="support-menu"{% if page.menu == 'support' %} class="active"{% endif %}>Support</a></li>
<li>
<ul id="blog-menu" class="menu">
<li><a href="{{site.posts.first.url}}"{% if page.menu == 'blog' %} class="active"{% endif %}>Blog</a>
<ul>
<li>
<a href="{{site.posts.first.url}}">Latest post</a>
</li>
<li>
<a href="/en/blog/posts.html">All posts</a>
</li>
<li>
<a href="/en/blog/write-post.html">Write a Post</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div id="theme-icon-container" class="theme-toggle default-theme" title="toggle darkmode">
<i class="fa fa-moon-o fa-2x hidden-dark"></i>
Expand Down
Loading