Skip to content

Commit b41ced4

Browse files
committed
Debug in GHP env
1 parent 8e2fda4 commit b41ced4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/_includes/sidebar.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
{%- assign readme_page = site.pages | where: "title", "README_docs" | first -%}
22

33
<nav class="sidebar-content">
4+
<br/> Title = {{readme_page.title}}
5+
<br/> Name = {{readme_page.name}}
6+
<br/> Path = {{readme_page.path}}
7+
<br/> URL = {{readme_page.url}}
8+
<br/> Relative URL = {{readme_page.relative_url}}
9+
<br/> Absolute URL = {{readme_page.absolute_url}}
10+
411
{%- if readme_page.title == "README_docs" -%}
512
{{ readme_page.content | strip | markdownify }}
613
{%- else -%}
714
No README found.
8-
{%- endif -%}
15+
{%- endif -%}
16+
917
</nav>
1018

1119

0 commit comments

Comments
 (0)