New blog post about the PDP-10 (and added machine support for the PDP-10 to Jekyll)
This commit is contained in:
parent
31122ce6d5
commit
1370563e97
3 changed files with 7 additions and 6 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue