From 372a14e82278324d296b5ca30234bc0ae44d7b22 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 17 Oct 2016 22:11:11 -0400 Subject: [PATCH] README.md: Use absolute path for screenshot link Required for inclusion to Hugo's themes directory. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4737f6..68a5890 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Hugo Bootstrap v4 Blog A simple [Hugo](https://gohugo.io) theme based on the [Bootstrap v4 blog example](http://v4-alpha.getbootstrap.com/examples/blog). Still a work in progress. -![Screenshot](/screenshot@2x.png?raw=true "Screenshot") +![Screenshot](https://raw.githubusercontent.com/alanorth/hugo-theme-bootstrap4-blog/master/screenshot@2x.png "Screenshot") See [picturingjordan.com](https://picturingjordan.com) for an example of this theme in use.