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 d3c47b9 commit a40aee6Copy full SHA for a40aee6
_includes/package-grid.html
@@ -52,7 +52,7 @@ <h3 class="card__title no_toc" itemprop="headline">
52
<!-- TODO: Create and use sunpy.html here -->
53
<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>
54
{% endif %}
55
- {% if not apackage.active %}
+ {% if apackage.active == false %}
56
<li><i class="fa-solid fa-box-archive"></i> Not Active</li>
57
58
</ul>
0 commit comments