Adds a note to shlog index about world readability

This commit is contained in:
Sloom Sloum Sluom IV 2024-05-17 22:58:41 +00:00
parent ca025b19e7
commit ba073ab482

View File

@ -11,6 +11,7 @@
</head>
<body>
<h1>RTC Shlog</h1>
<p>If your post is not appearing here, check that it is world readable. Shlog will no longer add posts to the index that are not world readable. This gives you the ability to easily remove posts and ensures that users can read things shown on this index.</p>
`)
(define create-root (lambda (path) (mkdir root-path 0755 #t)))