1
0
forked from nat/webbed-site

fix issues in previous commit

This commit is contained in:
gnat
2024-07-28 11:25:02 -07:00
parent a6427320c0
commit 82291b6af5
5 changed files with 6 additions and 4 deletions

View File

@ -90,7 +90,7 @@ $[echo visit >> files/home_visit_counter]
$[ls -r ./files/posts-to-homepage/* | while read -r file; do echo "<div class=post>$(cat $file)</div>"; done ]
</div>
</section>
$[include html/footer.html]
</main>
$[include html/footer.html]
</body>
</html>