This commit is contained in:
Aldo Funes 2025-03-11 11:19:38 +00:00
parent 8ffebe85a4
commit aad1d68eed
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View File

@ -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. #

View File

@ -10,4 +10,6 @@ pub async fn main() -> Result<(), Error> {
}
```
This is [a link](https://example.com) to example.com.
This is [a link](https://example.com) to example.com.
Not very useful though.