Skip to content

Commit aeb966e

Browse files
committed
Debug in GHP env
1 parent b41ced4 commit aeb966e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/_includes/sidebar.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
{%- assign readme_page = site.pages | where: "title", "README_docs" | first -%}
1+
{% for p in site.pages %}
2+
{% if p.title == "README_docs" %}
3+
{%- assign readme_page = p -%}
4+
{% endif %}
5+
{% endfor %}
26

37
<nav class="sidebar-content">
48
<br/> Title = {{readme_page.title}}

0 commit comments

Comments
 (0)