Adjust menu constructor
Make menu paths always absolute via template update. Signed-off-by: Ron Stone <ronald.stone@windriver.com> Change-Id: I6b365403d26463694d5af89e7cd5fae31b211db4
This commit is contained in:
parent
c153b65ab3
commit
a80aeffa05
@ -14,7 +14,7 @@
|
||||
<div class="version-dropdown-content">
|
||||
<p><a href="." rel="nofollow">{{ this_version }}</a></p>
|
||||
{%- for ver in other_versions: %}
|
||||
<p><a href="{{pathto(ver[1], 1) }}" rel="nofollow">{{ ver[0] }}</a></p>
|
||||
<p><a href="/{{pathto(ver[1], 1) }}" rel="nofollow">{{ ver[0] }}</a></p>
|
||||
{%- endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user