Skip to content

Commit 3ca8482

Browse files
committed
fix: templates/footer.html
1 parent b95458f commit 3ca8482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a href="https://github.com/phel-lang/phel-lang.org/edit/master/content/{{ page.relative_path }}">Edit this page</a>
77
{% elif section and section.relative_path != "documentation/api.md" %}
88
<a href="https://github.com/phel-lang/phel-lang.org/edit/master/content/{{ section.relative_path }}">Edit this page</a>
9-
{% elif (page and page.relative_path == "documentation/api.md") or (section and section.relative_path == "documentation/api.md") %}
9+
{% elif ((page and page.relative_path == "documentation/api.md") or (section and section.relative_path == "documentation/api.md")) %}
1010
<span>API docs auto-generated</span>
1111
{% else %}
1212
<a href="https://github.com/phel-lang/phel-lang.org/">Edit this page</a>

0 commit comments

Comments
 (0)