From cc5bbd935c31f093661d58aca92ebe83b094b8b1 Mon Sep 17 00:00:00 2001 From: Kim Oliver Drechsel Date: Fri, 14 Jan 2022 15:49:58 +0100 Subject: [PATCH] Fix image paths in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd70d81..8b2f9f5 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ A Collection of useful Hugo Shortcodes - ## [Highlight Boxes](highlight) - ![Example Highlight Boxes in Hugo](/highlight/highlights.png) + ![Example Highlight Boxes in Hugo](highlight/highlights.png) - ## [Post Archive](post_archive) - ![Example Post Archive in Hugo](/post_archive/post_archive.png) + ![Example Post Archive in Hugo](post_archive/post_archive.png) - ## [Inserting Raw HTML](rawhtml) ![Example Inserting Raw HTML in Hugo](rawhtml/rawhtml.png) - ## [Table of Contents](table_of_contents)