Skip to content

Commit

Permalink
index minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
duducheng committed Jul 31, 2024
1 parent effc2af commit 330f3a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h4>
<br>

<span v-if="item.materials">
<span v-for="material in item.materials">
<span v-for="material in item.materials" v-if="material.href">
[<a v-bind:href="material.href" target="_blank">{{material.tag}}</a>]
</span>
</span>
Expand Down Expand Up @@ -161,7 +161,7 @@ <h4>
<br>

<span v-if="item.materials">
<span v-for="material in item.materials">
<span v-for="material in item.materials" v-if="material.href">
[<a v-bind:href="material.href" target="_blank">{{material.tag}}</a>]
</span>
</span>
Expand Down

0 comments on commit 330f3a4

Please sign in to comment.