New blog post about the PDP-10 (and added machine support for the PDP-10 to Jekyll)

This commit is contained in:
Jeff Parsons 2017-02-28 19:38:14 -08:00 committed by Jeff Parsons
commit 1370563e97
3 changed files with 7 additions and 6 deletions

View file

@ -2,7 +2,7 @@
{% capture machine_type %}{{ machine.type | remove:"-dbg" }}{% endcapture %}
{% if machine_type == "c1p" %}
{% assign machine_app = "c1pjs" %}
{% elsif machine_type == "pdp11" %}
{% elsif machine_type == "pdp10" or machine_type == "pdp11" %}
{% assign machine_app = "pdpjs" %}
{% else %}
{% capture machine_app %}{{ machine_type }}{% endcapture %}