Skip to content

Commit

Permalink
Update article template to link to Topics/ instead of Topic/
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWold committed Oct 14, 2024
1 parent dec3c7e commit fbca0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Templates/article.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<span class="topics">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-tag"><path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path><line x1="7" y1="7" x2="7.01" y2="7"></line></svg>
{% for topic in topics %}
<a href="{{ directoryPrefix }}Topic/{{ topic | downcase }}.html">{{ topic }}</a>
<a href="{{ directoryPrefix }}Topics/{{ topic | downcase }}.html">{{ topic }}</a>
{% endfor %}
</span>
{% endif %}
Expand Down

0 comments on commit fbca0b9

Please sign in to comment.