From b86ff148294d02b062d08f37cb84a39318a32875 Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 23 Jul 2024 10:10:38 +0200 Subject: [PATCH] feat: update markdown headers and links Added anchor tags to markdown headers for improved navigation. Renamed 'Donate' section to 'Support' to better reflect its content. Updated support and volunteer shortcodes to include IDs for better link targets. Improves user experience by making links directly to specific sections work. --- archetypes/weekly.md | 10 +++++----- layouts/shortcodes/support.html | 2 +- layouts/shortcodes/volunteer.html | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/archetypes/weekly.md b/archetypes/weekly.md index 763bf04..0f05a4b 100644 --- a/archetypes/weekly.md +++ b/archetypes/weekly.md @@ -14,21 +14,21 @@ title: "Issue {{ len (readDir "content/weekly") }}: {{ dateFormat "January 02" . - [CCS Proposals](#proposals) - [Price & Blockchain Stats](#stats) - [Volunteer Opportunities](#volunteer) -- [Donate](#donate) +- [Support](#support) -### Recent News +### Recent News {#news} {{% newsbyte %}} Haveno DEX [v1.0.8](https://github.com/haveno-dex/haveno/releases/tag/1.0.8) adding scripts to run Haveno on Tails OS; miscellaneous translations; general enhancements and a few bug fixes. Haveno Reto [v1.0.8](https://github.com/retoaccess1/haveno-reto/releases/tag/v1.0.8). {{% /newsbyte %}} -### Upcoming Events +### Upcoming Events {#events} {{% event "July 1, 2024 (Monday) - 18:00 UTC" %}} Seraphis Wallet Workgroup Meeting - [#no-wallet-left-behind](irc://irc.libera.chat/#no-wallet-left-behind) IRC channel; Matrix [room](https://matrix.to/#/#no-wallet-left-behind:monero.social). {{% /event %}} -### CCS Proposal Ideas +### CCS Proposal Ideas {#proposals} Below you can find some CCS proposal ideas open for discussion. @@ -42,7 +42,7 @@ full-time development 2024Q3 full-time development 2024Q3 {{% /ccs_item %}} -### Price & Blockchain Stats +### Price & Blockchain Stats {#stats} ###### Blockchain Stats diff --git a/layouts/shortcodes/support.html b/layouts/shortcodes/support.html index 477f58d..9a1c6c2 100644 --- a/layouts/shortcodes/support.html +++ b/layouts/shortcodes/support.html @@ -1,4 +1,4 @@ -

Support

+

Support

Revuo is an audience-funded newsletter. If you enjoy this content, please consider supporting it directly: {{ partial "donate.html" . }} diff --git a/layouts/shortcodes/volunteer.html b/layouts/shortcodes/volunteer.html index bf8deeb..f25ff88 100644 --- a/layouts/shortcodes/volunteer.html +++ b/layouts/shortcodes/volunteer.html @@ -1,4 +1,4 @@ -

Volunteer Opportunities

+

Volunteer Opportunities

If you want to get involved in making Monero better, but aren't sure how, check out some volunteer opportunities. {{ .Inner }} \ No newline at end of file