Skip to content

Commit

Permalink
Remove blogs and talks from the navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev authored Jun 27, 2021
1 parent 791b56b commit 525a908
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
{% include navlink.html url="" title="Домой" show=true %}
{% endif %}
{% include navlink.html url="meetups" title="Митапы" show=site.projects %}
{% include navlink.html url="talks" title="Доклады" show=site.talks %}
{% include navlink.html url="blog" title="Блог" show=site.blog %}
{% include navlink.html url="about" title="О сообществе" show=site.about %}

{% if site.resume == true %}
Expand Down

0 comments on commit 525a908

Please sign in to comment.