Skip to content

Commit 0f8afa2

Browse files
committed
Fix problem with {% link reference.md %}
1 parent 01957e2 commit 0f8afa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
{% endif %}
5555

5656
{% 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" %}
57+
{% if site.kind == "lesson" %}
5858
<li class="dropdown">
5959
<a href="{{ page.root }}/" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Extras <span class="caret"></span></a>
6060
<ul class="dropdown-menu">

0 commit comments

Comments
 (0)