Skip to content

Commit 8d278df

Browse files
authored
Apply suggestion from @lwasser
1 parent d17f79a commit 8d278df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/package-grid.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h3 class="package-card__title" itemprop="name">
4242
{{ apackage.package_description | markdownify }}
4343
</div>
4444

45-
{% unless is_feature %} HI there
45+
{% unless is_feature %}
4646
<ul class="package-card__links">
4747
<li><a href="{{ apackage.repository_link }}" rel="permalink"><i class="fab fa-github" aria-hidden="true"></i> View Code</a></li>
4848
{% if apackage.gh_meta.documentation %}

0 commit comments

Comments
 (0)