From f9d06a3b102ce9e89f9290f3f5f4737fb7a42be9 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sat, 11 Oct 2025 07:37:55 -0400 Subject: [PATCH] Move table of contents to bottom of blog posts --- ...10-10-unpotato-webwords-btrfs-cleanup-docker-volumes.rst | 6 +++--- ...2025-10-10-webwords-code-golf-minimal-implementation.rst | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/2025-10-10-unpotato-webwords-btrfs-cleanup-docker-volumes.rst b/content/2025-10-10-unpotato-webwords-btrfs-cleanup-docker-volumes.rst index fd2b0ad..147c463 100644 --- a/content/2025-10-10-unpotato-webwords-btrfs-cleanup-docker-volumes.rst +++ b/content/2025-10-10-unpotato-webwords-btrfs-cleanup-docker-volumes.rst @@ -11,8 +11,6 @@ So you ran ``make build-all`` on `webwords `_ **lives here.** -.. contents:: - the problem =========== @@ -116,4 +114,6 @@ The usage should drop significantly after proper cleanup. prevention ========== -Consider using a separate filesystem for Docker or configuring Docker to use a different storage driver if you frequently build large numbers of containers on BTRFS. \ No newline at end of file +Consider using a separate filesystem for Docker or configuring Docker to use a different storage driver if you frequently build large numbers of containers on BTRFS. + +.. contents:: \ No newline at end of file diff --git a/content/2025-10-10-webwords-code-golf-minimal-implementation.rst b/content/2025-10-10-webwords-code-golf-minimal-implementation.rst index 0ae975c..1f3dc7d 100644 --- a/content/2025-10-10-webwords-code-golf-minimal-implementation.rst +++ b/content/2025-10-10-webwords-code-golf-minimal-implementation.rst @@ -11,8 +11,6 @@ The full webwords implementations have proper error handling, logging, and struc **The companion** `webwords git repo `_ **lives here.** -.. contents:: - the challenge ============= @@ -131,4 +129,6 @@ These golf versions prove webwords' core concept can be distilled to its absolut .. image:: /uploads/2025/10/unpotato.jpg :alt: unpotato :align: center - :width: 480px \ No newline at end of file + :width: 480px + +.. contents:: \ No newline at end of file