Skip to content

Commit 00e49ff

Browse files
authored
Merge pull request adafruit#436 from makermelissa/installation-fix
Updated blinka details page to only show instruction when available
2 parents dd9cccd + 623c843 commit 00e49ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_includes/download/blinka.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ <h3>Adafruit Blinka Installation</h3>
1111
For SPI we'll use the spidev python library, etc. These details don't matter
1212
so much because they all happen underneath the adafruit_blinka layer.
1313
</p>
14+
{% if page.download_instructions != nil %}
1415
<div>
1516
<a class="download-button" href="{{ page.download_instructions }}">INSTALLATION INSTRUCTIONS<i class="fas fa-arrow-circle-right" aria-hidden="true"></i></a>
1617
<div class="clear"></div>
1718
</div>
19+
{% endif %}
1820
</div>

0 commit comments

Comments
 (0)