From 58e5579864c9e997d9c4bf62683a56e7ae6eb9fb Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 4 May 2026 16:02:59 +0200 Subject: feat: upgrade actions shortcode usages to CTA block Updates all 6 content files to use new `use` parameter and `caption` descriptions. Adds i18n keys for the default button label. Bumps submodule to include the new cta-block component. Co-Authored-By: Claude Sonnet 4.6 --- content/en/articles/bash-notes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/en/articles/bash-notes') diff --git a/content/en/articles/bash-notes/index.md b/content/en/articles/bash-notes/index.md index 6023417..d82329b 100644 --- a/content/en/articles/bash-notes/index.md +++ b/content/en/articles/bash-notes/index.md @@ -160,7 +160,7 @@ Keep in mind that all your existing notes will be overwritten in the process. ### Installing -{{< actions inclass="border-2 shadow-xl mx-auto" outclass="flex justify-center" url="https://git.danix.xyz/?p=bash-notes.git;a=summary" desc="Download from Git Repository" >}} +{{< actions url="https://git.danix.xyz/?p=bash-notes.git;a=summary" desc="View on Git Repository" use="repo" caption="Source code and full history available on the danix.xyz git server." >}} Simply copy the script in your $PATH and make it executable, something like this should work: -- cgit v1.2.3