Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
swc-bb
swc-pages
2019-11-26-Potsdam-Berlin-Python
Commits
0f8afa2d
Commit
0f8afa2d
authored
Dec 01, 2017
by
Raniere Silva
Browse files
Fix problem with {% link reference.md %}
parent
01957e22
Changes
1
Hide whitespace changes
Inline
Side-by-side
_includes/navbar.html
View file @
0f8afa2d
...
...
@@ -54,7 +54,7 @@
{% endif %}
{% comment %} Show extras for lessons or if this is the main workshop-template repo (where they contain documentation). {% endcomment %}
{% if site.kind == "lesson"
or site.github.repository_name == "workshop-template"
%}
{% if site.kind == "lesson" %}
<li
class=
"dropdown"
>
<a
href=
"{{ page.root }}/"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
role=
"button"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Extras
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment