sync: Fix non-trimed git links
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
nemunaire 2025-03-31 15:42:23 +02:00
commit 56efb4ae94
2 changed files with 3 additions and 5 deletions

View file

@ -2,9 +2,7 @@
<div ng-repeat="theme in forge_links">
<h2>
<a ng-href="{{ theme.forge_link }}" target="_blank">
{{ theme.name }}
</a>&nbsp;: {{ theme.path }}
<a ng-href="{{ theme.forge_link }}" target="_blank">{{ theme.name }}</a>&nbsp;: <span class="text-monospace">{{ theme.path }}</span>
</h2>
<ul>
<li ng-repeat="exercice in theme.exercices">