Skip to content

Commit

Permalink
add lock and password icons
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Oct 28, 2024
1 parent b88a00d commit f573c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.vto
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ priority: 0.9
<span style="background-image:url({{ item.indeximage }});" class="dt cover bg-center aspect-ratio--object grow-large hide-child br1">
<span class="white dtc v-mid w-100 h-100 child bg-black-40 pa5 br1"><em><span class="bg-white-40">{{ item.category }}
{{if item.url.includes("/private/")}}
<span class="dark-red">&nbsp;{{ "lock" |> phosphor("duotone") }}</span>
<span class="dark-red">&nbsp;{{ "lock-laminated" |> phosphor("duotone") }}{{ "password" |> phosphor("duotone") }}</span>
{{/if}}
</span><br>{{ item.indextitle }}</em></span>
</span>
Expand Down

0 comments on commit f573c94

Please sign in to comment.