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.
2 parents dd9cccd + 623c843 commit 00e49ffCopy full SHA for 00e49ff
_includes/download/blinka.html
@@ -11,8 +11,10 @@ <h3>Adafruit Blinka Installation</h3>
11
For SPI we'll use the spidev python library, etc. These details don't matter
12
so much because they all happen underneath the adafruit_blinka layer.
13
</p>
14
+ {% if page.download_instructions != nil %}
15
<div>
16
<a class="download-button" href="{{ page.download_instructions }}">INSTALLATION INSTRUCTIONS<i class="fas fa-arrow-circle-right" aria-hidden="true"></i></a>
17
<div class="clear"></div>
18
</div>
19
+ {% endif %}
20
0 commit comments