Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 567 Bytes

File metadata and controls

20 lines (16 loc) · 567 Bytes
layout page
title Atari Scanned Documents
published true

OCR'd scans of Atari manuals and books, published via DocuMentor.

{% assign docs = site.posts | where_exp: "p", "p.tags contains 'atari-scanned-doc'" %} {% if docs.size == 0 %}

No documents published yet.

{% else %}
    {% for doc in docs %}
  • {{ doc.title }} {{ doc.date | date: "%B %d, %Y" }}
  • {% endfor %}
{% endif %}