Skip to content

Commit 009faf8

Browse files
committed
Me no js.
1 parent 213f613 commit 009faf8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_layouts/prods_post.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,12 @@
120120
<!-- emulation -->
121121
{% if page.jsbeebmodel %}
122122
<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-
{% elseif page.Platform == "Acorn Archimedes" %}
123+
{% else %}
124+
{% if page.Platform == "Acorn Archimedes" %}
124125
<a target='_blank' href="https://archi.medes.live/#disc=https://bitshifters.github.io/content/{{ page.download }}&{{ page.emuboot }}" class="btn btn-md btn-success">
125126
{% else %}
126127
<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">
128+
{% endif %}
127129
{% endif %}
128130
<i class="fa fa-play-circle"></i> Emulate
129131
</a>&nbsp;&nbsp;&nbsp;

0 commit comments

Comments
 (0)