diff --git a/src/how_to_run_a_journal.dj b/src/how_to_run_a_journal.dj index 0ab69a0..90ad010 100644 --- a/src/how_to_run_a_journal.dj +++ b/src/how_to_run_a_journal.dj @@ -65,7 +65,7 @@ Because our CI tool is running this code, we can know which articles need compil Everything I've just described can be done in just ~400 lines of Rust. This is the effect of buidling simple on top of simple, _and making an effort to retain simplicity_ by making the most out of the simple building blocks. -![Google cosplay is not business-critical](assets/google_cosplay.jpg) +[![Google cosplay is not business-critical](assets/google_cosplay.jpg)](https://twitter.com/garybernhardt/status/1344341213575483399) My Rust code makes heavy use of git, a very simple yet amazing tool for adding functionality to plain text.