mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
missing endif
This commit is contained in:
parent
b9eb69878b
commit
2eeb2091b5
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ 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="{% if link.first[1] contains 'http' %}{{ link.first[1] }}{% else %}{{ link.first[1] | prepend: site.baseurl | replace: '//', '/'}}">
|
href="{% if link.first[1] contains 'http' %}{{ link.first[1] }}{% else %}{{ link.first[1] | prepend: site.baseurl | replace: '//', '/'}}{% endif %}">
|
||||||
{{ link.first[0] }}</a>
|
{{ link.first[0] }}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue