test
This commit is contained in:
parent
8ffebe85a4
commit
aad1d68eed
@ -1,5 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
. ./social-cards-zola
|
||||||
|
|
||||||
###################################################################################
|
###################################################################################
|
||||||
# This script is run by git before a commit is made. #
|
# 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. #
|
# To use it, copy it to .git/hooks/pre-commit and make it executable. #
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user