This commit is contained in:
MaxLHy0424 2026-02-04 23:29:47 +08:00
parent ac556c5cba
commit 3626570590
No known key found for this signature in database
GPG Key ID: 35F55EDAF01E9A4E
2 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@
{% for num in postListJson -%} {% for num in postListJson -%}
<a class="SideNav-item d-flex flex-items-center flex-justify-between" href="{{ postListJson[num]['postUrl']|e }}"> <a class="SideNav-item d-flex flex-items-center flex-justify-between" href="{{ postListJson[num]['postUrl']|e }}">
<div class="d-flex flex-items-center"> <div class="d-flex flex-items-center">
<svg class="SideNav-icon octicon" style="witdh:16px;height:16px"><path class="svgTop{{ postListJson[num]['top'] }}" d=""></path> <svg class="SideNav-icon octicon" style="width:16px;height:16px"><path class="svgTop{{ postListJson[num]['top'] }}" d=""></path>
</svg> </svg>
<span class="listTitle">{{ postListJson[num]['postTitle']|e }}</span> <span class="listTitle">{{ postListJson[num]['postTitle']|e }}</span>
</div> </div>