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 81fd9a2 commit 76f422fCopy full SHA for 76f422f
_includes/JB/pages_list
@@ -31,10 +31,11 @@ Usage:
31
{% else %}
32
<li>
33
{% endif %}
34
+ <a href="{{ BASE_PATH }}{{node.url}}" class="active"></a>
35
{% if node.image != null %}
- <img style="height: 1em; vertical-align:top; margin: 0px" src="{{node.image}}"></img>
36
+ <img style="height: 1em; vertical-align:middle; margin: 0px" src="{{node.image}}"></img>
37
- <a href="{{ BASE_PATH }}{{node.url}}" class="active">{{node.title}}</a></li>
38
+ {{node.title}}</a></li>
39
40
41
{% endfor %}
0 commit comments