From 1876747063867ab23fef84386bfffe72f791ffa0 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 12 Jan 2021 09:25:42 +0200 Subject: [PATCH] README.md: Fix link syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5df9f6c..2aae4e2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ See [picturingjordan.com](https://picturingjordan.com) for an example of this th - Allow addition of custom `` code in site's `layouts/partials/head-custom.html` (see [#17](https://github.com/alanorth/hugo-theme-bootstrap4-blog/pull/17)) - Configurable display of summaries of content in list templates. - Configurable keywords for every post -- Supports automatic generation of `` srcsets for images in [page bundles](https://gohugo.io/content-management/page-bundles/) using a [new figure shortcode]https://cpbotha.net/2020/05/02/drop-in-replacement-for-hugo-figure-shortcode-with-responsive-img-srcset/) (falls back to default Hugo behavior of looking up images in the static directory) +- Supports automatic generation of `` srcsets for images in [page bundles](https://gohugo.io/content-management/page-bundles/) using a [new figure shortcode](https://cpbotha.net/2020/05/02/drop-in-replacement-for-hugo-figure-shortcode-with-responsive-img-srcset/) (falls back to default Hugo behavior of looking up images in the static directory) ## Usage Clone the repository to your site's `themes` directory. Refer to [`exampleSite/config.toml`](https://github.com/alanorth/hugo-theme-bootstrap4-blog/blob/master/exampleSite/config.toml) for recommended configuration values.