From aad1d68eed4fcac5bc7f5c5b66fd35ffbff342f6 Mon Sep 17 00:00:00 2001 From: Aldo Funes Date: Tue, 11 Mar 2025 11:19:38 +0000 Subject: [PATCH] test --- .githooks/pre-commit | 2 ++ content/blog/infrastructure_as_code.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.githooks/pre-commit b/.githooks/pre-commit index f1833b6..6b86f65 100755 --- a/.githooks/pre-commit +++ b/.githooks/pre-commit @@ -1,5 +1,7 @@ #!/usr/bin/env bash +. ./social-cards-zola + ################################################################################### # This script is run by git before a commit is made. # # To use it, copy it to .git/hooks/pre-commit and make it executable. # diff --git a/content/blog/infrastructure_as_code.md b/content/blog/infrastructure_as_code.md index 0a69a04..293755c 100644 --- a/content/blog/infrastructure_as_code.md +++ b/content/blog/infrastructure_as_code.md @@ -10,4 +10,6 @@ pub async fn main() -> Result<(), Error> { } ``` -This is [a link](https://example.com) to example.com. \ No newline at end of file +This is [a link](https://example.com) to example.com. + +Not very useful though.