Added apostrophe.

This commit is contained in:
Atlas Cove 2023-02-19 14:27:21 +00:00
parent d5b420be61
commit 7d03407d8b
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,3 @@
index.txti,"Atlas48's Archives Index"
not_found.html,"404 - Page Not Found"
doc.html,"Atlas48's Archives: Git Readme"
ee/index.txti,"Elysium's Edge Index"

1 index.txti not_found.html Atlas48's Archives Index 404 - Page Not Found
index.txti Atlas48's Archives Index
1 not_found.html not_found.html 404 - Page Not Found 404 - Page Not Found
2 doc.html Atlas48's Archives: Git Readme
3 ee/index.txti ee/index.txti Elysium's Edge Index Elysium's Edge Index

View File

@ -2,7 +2,9 @@ dnl template.m4.html v2.0-p1
dnl Part of the tape-and-string suite used to construct the website
ifdef(`DEBUG',`traceon')dnl
ifdef(`_INFILE',`dnl',`errprint(`Macro _INFILE is not defined')m4exit(1)')
ifdef(`TITLE',`dnl',`define(`TITLE',`Atlas48 Archives')dnl)')
changequote(`[',`]')dnl
ifdef([TITLE],[dnl],[define([TITLE], [Atlas48's Archives])dnl)])
changequote([`],['])dnl
include(`m4/lib.m4')dnl
<!DOCTYPE html>
<html>