We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2fda4 commit b41ced4Copy full SHA for b41ced4
docs/_includes/sidebar.html
@@ -1,11 +1,19 @@
1
{%- assign readme_page = site.pages | where: "title", "README_docs" | first -%}
2
3
<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
+
11
{%- if readme_page.title == "README_docs" -%}
12
{{ readme_page.content | strip | markdownify }}
13
{%- else -%}
14
No README found.
- {%- endif -%}
15
+ {%- endif -%}
16
17
</nav>
18
19
0 commit comments