mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
absolute url in sidebar
This commit is contained in:
parent
9c6bd6e96c
commit
b9eb69878b
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ layout: default
|
||||||
<a class="list-group-item active">{{ group[0] }}</a>
|
<a class="list-group-item active">{{ group[0] }}</a>
|
||||||
{% for link in group[1] %}
|
{% for link in group[1] %}
|
||||||
<a class="list-group-item"
|
<a class="list-group-item"
|
||||||
href="{{ link.first[1] | prepend: site.baseurl | replace: '//', '/'}}">{{ link.first[0] }}</a>
|
href="{% if link.first[1] contains 'http' %}{{ link.first[1] }}{% else %}{{ link.first[1] | prepend: site.baseurl | replace: '//', '/'}}">
|
||||||
|
{{ link.first[0] }}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue