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.