refactor: rename web dev to shcdev

This commit is contained in:
Dobin
2024-03-28 20:09:02 +00:00
parent 23992328d0
commit c4e992e7c6
4 changed files with 20 additions and 11 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<ul>
{% for item in data %}
<li><a href="/dev/{{item['name']}}">{{ item['name'] }}</a>
<li><a href="/shcdev/{{item['name']}}">{{ item['name'] }}</a>
({{item["date"]}})
</li>
{% endfor %}