We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a054d8 commit 6cc0f4cCopy full SHA for 6cc0f4c
_layouts/prods_post.html
@@ -121,7 +121,7 @@
121
{% if page.jsbeebmodel %}
122
<a target='_blank' href="https://bbc.godbolt.org/?disc=https://bitshifters.github.io/content/{{ page.download }}&autoboot&model={{ page.jsbeebmodel }}" class="btn btn-md btn-success">
123
{% else %}
124
- {% if page.Platform == "Acorn Archimedes" %}
+ {% if page.platform == "Acorn Archimedes" %}
125
<a target='_blank' href="https://archi.medes.live/#disc=https://bitshifters.github.io/content/{{ page.download }}&{{ page.emuboot }}" class="btn btn-md btn-success">
126
127
<a target='_blank' href="https://bbc.godbolt.org/?disc=https://bitshifters.github.io/content/{{ page.download }}&autoboot&model=Master" class="btn btn-md btn-success">
0 commit comments