We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17f79a commit 8d278dfCopy full SHA for 8d278df
_includes/package-grid.html
@@ -42,7 +42,7 @@ <h3 class="package-card__title" itemprop="name">
42
{{ apackage.package_description | markdownify }}
43
</div>
44
45
- {% unless is_feature %} HI there
+ {% unless is_feature %}
46
<ul class="package-card__links">
47
<li><a href="{{ apackage.repository_link }}" rel="permalink"><i class="fab fa-github" aria-hidden="true"></i> View Code</a></li>
48
{% if apackage.gh_meta.documentation %}
0 commit comments