From e8b099292d82269968af5fb5819521efbd3ce143 Mon Sep 17 00:00:00 2001 From: Kim Oliver Drechsel Date: Fri, 14 Jan 2022 15:47:16 +0100 Subject: [PATCH] Fix links in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b191e99..555b31d 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ Useful Hugo Shortcodes -- ## [Highlight Boxes](/highlight) +- ## [Highlight Boxes](highlight) ![Example Highlight Boxes in Hugo](/highlight/highlights.png) -- ## [Post Archive](/post_archive) +- ## [Post Archive](post_archive) ![Example Post Archive in Hugo](/post_archive/post_archive.png) -- ## [Inserting Raw HTML](/rawhtml) +- ## [Inserting Raw HTML](rawhtml) ![Example Inserting Raw HTML in Hugo](rawhtml/rawhtml.png) -- ## [Table of Contents](/table_of_contents) +- ## [Table of Contents](table_of_contents) ![Example Table of Contents in hugo](table_of_contents/table_of_contents.png) \ No newline at end of file