Skip to content

Commit a40aee6

Browse files
committed
Fix syntax
1 parent d3c47b9 commit a40aee6

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
@@ -52,7 +52,7 @@ <h3 class="card__title no_toc" itemprop="headline">
5252
<!-- TODO: Create and use sunpy.html here -->
5353
<li><a href="communities/astropy.html"><i class="fa-solid fa-check-double"></i> <img src="http://img.shields.io/badge/Affiliated-SunPy-yellow.svg?style=flat" alt="SunPy" /></a></li>
5454
{% endif %}
55-
{% if not apackage.active %}
55+
{% if apackage.active == false %}
5656
<li><i class="fa-solid fa-box-archive"></i> Not Active</li>
5757
{% endif %}
5858
</ul>

0 commit comments

Comments
 (0)