diff options
author | Adam T. Carpenter <atc@53hor.net> | 2023-05-09 21:52:39 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2023-05-09 21:52:39 -0400 |
commit | 8c38fab365bf08ae4129c02fd03bb7077c4d9753 (patch) | |
tree | 095b70a1d94e7245b78d06b3e78a1493d4528a91 | |
parent | bf302f278b9fa3632d08fb1616195460591fd1d7 (diff) | |
download | 53hor-8c38fab365bf08ae4129c02fd03bb7077c4d9753.tar.xz 53hor-8c38fab365bf08ae4129c02fd03bb7077c4d9753.zip |
fix: iframe tag incomplete borks php
-rw-r--r-- | posts/2023-05-04-automate-with-local-hooks-practical-git-advanced.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/2023-05-04-automate-with-local-hooks-practical-git-advanced.php b/posts/2023-05-04-automate-with-local-hooks-practical-git-advanced.php index eb2a868..eed3603 100644 --- a/posts/2023-05-04-automate-with-local-hooks-practical-git-advanced.php +++ b/posts/2023-05-04-automate-with-local-hooks-practical-git-advanced.php @@ -4,4 +4,4 @@ Learn how to use local git hooks to automate your workflow. We'll use my favorite three hooks to automate generating commit messages, run unit tests before committing, and clean up build artifacts after checking out new branches. </p> -<iframe width="560" height="315" src="https://www.youtube.com/embed/jPbhyXWUoBY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframer +<iframe width="560" height="315" src="https://www.youtube.com/embed/jPbhyXWUoBY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> |