Skip to content

Commit bf9a848

Browse files
committed
Make language link internal
1 parent 95c2ab9 commit bf9a848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.html.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ main | <a href="metadata.html" target="_self">meta</a>
3939
{% if project.translators.link %}</a>{% endif %}
4040
</td>
4141
<td data-label="completion">
42-
<a href="{{ project.language.code }}.html">
42+
<a href="{{ project.language.code }}.html" target="_self">
4343
<div class="progress-bar"
4444
style="width: {{ project.completion }}%;{% if project.change %}background: linear-gradient(to left, #94cf96 {{ project.change * 100 / project.completion }}%, #4caf50 {{ project.change * 100 / project.completion }}%);{% else %}background-color: #4caf50;{% endif %}"
4545
>

0 commit comments

Comments
 (0)