diff --git a/_includes/machine-engines.html b/_includes/machine-engines.html index d0c17cc56..0faef3a23 100644 --- a/_includes/machine-engines.html +++ b/_includes/machine-engines.html @@ -103,7 +103,7 @@ of our Markdown or XML documents. Examples: 'automount' becomes 'autoMount', 'a {% capture machine_parms %}{{ site.left_brace }}autoMount:{{ machine_autoMount }}{{ machine_autoPower }}{{ machine_autoStart }}{{ machine_drives }},state:"{{ machine.state }}",messages:"{{ machine.messages }}",connection:"{{ machine.connection }}"{{ site.right_brace }}{% endcapture %} {% if site.pcjs.compiled == true and machine.uncompiled != true %} {% capture machine_script %} -{% endcapture %} + {% endcapture %} {% unless machine_scripts contains machine_script %} {{ machine_script }} {% endunless %} @@ -144,24 +144,35 @@ of our Markdown or XML documents. Examples: 'automount' becomes 'autoMount', 'a {% endif %} {% endif %} - {% if machine.cling == "top" } + {% if machine.sticky == "top" %} - {% endif } + {% endif %} {% if page.build %} diff --git a/_includes/machine.html b/_includes/machine.html index 7b1e4619e..94c81654a 100644 --- a/_includes/machine.html +++ b/_includes/machine.html @@ -8,3 +8,4 @@ {% endfor %} [{{ machine_name }}] +
diff --git a/_posts/2016-10-06-introducing-pdpjs-a-pdp-11-emulator.md b/_posts/2016-10-06-introducing-pdpjs-a-pdp-11-emulator.md index 68c7adc69..7581e1506 100644 --- a/_posts/2016-10-06-introducing-pdpjs-a-pdp-11-emulator.md +++ b/_posts/2016-10-06-introducing-pdpjs-a-pdp-11-emulator.md @@ -13,7 +13,6 @@ machines: type: pc8080 config: /devices/pc8080/machine/vt100/machine.xml connection: serialPort->test1170.dl11 - cling: top --- [PDPjs](/devices/pdp11/machine/) is the newest addition to the PCjs family of emulators, joining PCx86, PC8080, and C1Pjs.