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

View File

@ -23,7 +23,7 @@
</tbody> </tbody>
</table> </table>
</section> </section>
<main> </main>
$[include html/footer.html] $[include html/footer.html]
</body> </body>
</html> </html>

View File

@ -15,7 +15,7 @@
Unfortunately, humans that I like speaking to use discord in large enough volumes that it is likely to be rather challenging to convince all of the ones I particularly care about to migrate to some other platform. Unfortunately, humans that I like speaking to use discord in large enough volumes that it is likely to be rather challenging to convince all of the ones I particularly care about to migrate to some other platform.
This is not a very nice state of things. This is not a very nice state of things.
</section> </section>
<main> </main>
$[include html/footer.html] $[include html/footer.html]
</body> </body>
</html> </html>

View File

@ -97,7 +97,7 @@ bindsym a mode a
</text-column> </text-column>
</image-column-container> </image-column-container>
</section> </section>
$[include html/footer.html]
</main> </main>
$[include html/footer.html]
</body> </body>
</html> </html>

View File

@ -0,0 +1,2 @@
<!-- TITLE: re: post from 2024-07-24 10:12:19 -->
This issue has fixed itself. I do not know why. I did not do anything that would have fixed this. I am mildly perturbed.