Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aider: Corrected the formatting of blog titles in `content/blog/index…
….md`. # Aider chat conversation: USER: blog/index.md is incorrectly formatted, the []s are empty with the title beneath ASSISTANT: To correct the formatting of the `content/blog/index.md` file, we need to move the titles into the link brackets. Here is the *SEARCH/REPLACE* block: content/blog/index.md ```markdown <<<<<<< SEARCH [](/blog/1127-weekly-dev-meeting-gateway-deployment-freenet-chat/) Weekly Dev Meeting - Gateway deployment, freenet-chat 10th June, 2024 [](/blog/1097-weekly-dev-meeting-enhancing-connection-stability-and-finalizing-transport-fixes/) Weekly Dev Meeting - Enhancing Connection Stability and Finalizing Transport Fixes, 24th May, 2024 24th May, 2024 [](/blog/1081-weekly-dev-meeting-network-integration-testing-and-squashing-final-bugs/) Weekly dev meeting - network integration testing and squashing final bugs, 10th May, 2024 11th May, 2024 [](/blog/1074-weekly-dev-meeting-progressing-towards-network-stability/) Weekly dev meeting - progressing Towards Network Stability, 3rd May, 2024 3rd May, 2024 [](/blog/1067-weekly-developer-meeting-summary/) Weekly developer meeting summary, 26th April 28th April, 2024 [](/blog/1048-weekly-developer-meeting-summary/) Weekly developer meeting summary, 16th April 17th April, 2024 [](/blog/1035-weekly-developer-meeting-summary/) Weekly developer meeting summary, April 12th 12th April, 2024 [](/blog/1030-weekly-developer-meeting-summary/) Weekly developer meeting summary, April 3rd 5th April, 2024 [](/blog/900-weekly-developer-meeting-updating-state-and-performance-optimizations/) Weekly Developer Meeting: Updating State and Performance Optimizations 22nd November, 2023 [](/blog/882-zero-knowledge-proofs-and-anonymous-reputation-in-freenet/) Zero-Knowledge Proofs and Anonymous Reputation in Freenet 29th October, 2023 [](/blog/799-proof-of-trust-a-wealth-unbiased-consensus-mechanism-for-distributed-systems/) Proof-of-Trust: A Wealth-Unbiased Consensus Mechanism for Distributed Systems 28th August, 2023 [](/blog/456-mitigating-sybil-attacks-in-freenet/) Mitigating Sybil attacks in Freenet 26th June, 2022 ======= [Weekly Dev Meeting - Gateway deployment, freenet-chat](/blog/1127-weekly-dev-meeting-gateway-deployment-freenet-chat/) 10th June, 2024 [Weekly Dev Meeting - Enhancing Connection Stability and Finalizing Transport Fixes](/blog/1097-weekly-dev-meeting-enhancing-connection-stability-and-finalizing-transport-fixes/) 24th May, 2024 [Weekly dev meeting - network integration testing and squashing final bugs](/blog/1081-weekly-dev-meeting-network-integration-testing-and-squashing-final-bugs/) 11th May, 2024 [Weekly dev meeting - progressing Towards Network Stability](/blog/1074-weekly-dev-meeting-progressing-towards-network-stability/) 3rd May, 2024 [Weekly developer meeting summary](/blog/1067-weekly-developer-meeting-summary/) 28th April, 2024 [Weekly developer meeting summary](/blog/1048-weekly-developer-meeting-summary/) 17th April, 2024 [Weekly developer meeting summary](/blog/1035-weekly-developer-meeting-summary/) 12th April, 2024 [Weekly developer meeting summary](/blog/1030-weekly-developer-meeting-summary/) 5th April, 2024 [Weekly Developer Meeting: Updating State and Performance Optimizations](/blog/900-weekly-developer-meeting-updating-state-and-performance-optimizations/) 22nd November, 2023 [Zero-Knowledge Proofs and Anonymous Reputation in Freenet](/blog/882-zero-knowledge-proofs-and-anonymous-reputation-in-freenet/) 29th October, 2023 [Proof-of-Trust: A Wealth-Unbiased Consensus Mechanism for Distributed Systems](/blog/799-proof-of-trust-a-wealth-unbiased-consensus-mechanism-for-distributed-systems/) 28th August, 2023 [Mitigating Sybil attacks in Freenet](/blog/456-mitigating-sybil-attacks-in-freenet/) 26th June, 2022 >>>>>>> REPLACE ```
- Loading branch information