Skip to content

Commit

Permalink
chore(plugin): add external links icon
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Aug 18, 2023
1 parent caec173 commit dec6c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/navy/layout/partial/plugin.njk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<li class="plugin on" id="{{ plugin.name }}">
<a href="{{ plugin.link }}" class="plugin-name" target="_blank">{{ plugin.name }}</a>
<a href="{{ plugin.link }}" class="plugin-name" target="_blank">{{ plugin.name }} <i class="fa fa-external-link"></i></a>
<p class="plugin-desc">{{ plugin.description }}</p>
<div class="plugin-tag-list">
{% for tag in plugin.tags %}
Expand Down

0 comments on commit dec6c66

Please sign in to comment.