From 3eeb063afdda5453aead154526533bf9c8403cf9 Mon Sep 17 00:00:00 2001 From: utilum Date: Mon, 4 Feb 2019 13:59:06 +0100 Subject: Fix and update template_missing image in guide This commit updates the Missing Template image in the Getting Started Guide. The new image displays the current error message. Additionally: - New image is a PNG file, whereas the current image is in fact a misnamed JPEG. - New image is smaller. Before: ``` $ file --mime -b template_is_missing_articles_new.png image/jpeg; charset=binary $ du -h template_is_missing_articles_new.png 464K template_is_missing_articles_new.png ``` After: ``` $ file --mime -b template_is_missing_articles_new.png image/png; charset=binary $ du -h template_is_missing_articles_new.png 28K template_is_missing_articles_new.png ``` [ci-skip] --- .../template_is_missing_articles_new.png | Bin 472167 -> 26796 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/guides/assets/images/getting_started/template_is_missing_articles_new.png b/guides/assets/images/getting_started/template_is_missing_articles_new.png index a1603f5d28..830b19bd9d 100644 Binary files a/guides/assets/images/getting_started/template_is_missing_articles_new.png and b/guides/assets/images/getting_started/template_is_missing_articles_new.png differ -- cgit v1.2.3