From ddf11c9817e4974e0ef1736cf3d6fbaeeec9a913 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Wed, 4 Jun 2025 21:32:59 -0700 Subject: [PATCH] README: add hugo partial under clients --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1718fb5..976572c 100644 --- a/README.md +++ b/README.md @@ -400,6 +400,9 @@ to alter the precedence order by setting: ## Clients +- [Hugo partial](https://github.com/willnorris/willnorris.com/blob/main/layouts/partials/imageproxy-url.html) + (I use this with an [`{{}}` shortcode](https://github.com/willnorris/willnorris.com/blob/main/layouts/shortcodes/img.html) + like [this example](https://github.com/willnorris/willnorris.com/blob/b7f3451/content/about/index.md?plain=1#L7)) - [Ruby](https://github.com/azolf/imageproxy_ruby) ## License