We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01957e2 commit 0f8afa2Copy full SHA for 0f8afa2
_includes/navbar.html
@@ -54,7 +54,7 @@
54
{% endif %}
55
56
{% comment %} Show extras for lessons or if this is the main workshop-template repo (where they contain documentation). {% endcomment %}
57
- {% if site.kind == "lesson" or site.github.repository_name == "workshop-template" %}
+ {% if site.kind == "lesson" %}
58
<li class="dropdown">
59
<a href="{{ page.root }}/" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Extras <span class="caret"></span></a>
60
<ul class="dropdown-menu">
0 commit comments