From e4501f3c8cbebe021a2282d6d7c564c1cb4eded8 Mon Sep 17 00:00:00 2001 From: alxndrsn Date: Wed, 4 Mar 2026 08:05:12 +0000 Subject: [PATCH] docs/users: standardise hospitalrun logo reference Use img.html include instead of inline SVG to match other logos. --- .../hospitalrun-logo.html => static/img/hospitalrun-logo.svg} | 0 docs/users.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{_includes/svg/hospitalrun-logo.html => static/img/hospitalrun-logo.svg} (100%) diff --git a/docs/_includes/svg/hospitalrun-logo.html b/docs/static/img/hospitalrun-logo.svg similarity index 100% rename from docs/_includes/svg/hospitalrun-logo.html rename to docs/static/img/hospitalrun-logo.svg diff --git a/docs/users.md b/docs/users.md index 2e182c6a68..b30187a81a 100644 --- a/docs/users.md +++ b/docs/users.md @@ -55,7 +55,7 @@ A list of known products and services that are using PouchDB. [Hoodie](http://hood.ie/) provides a complete backend solution for your frontend code. It helps you develop your web application fast and easy. Hoodie-based apps are [offline-first](http://offlinefirst.org/) so they are usable anytime. Just plug Hoodie’s API into your frontend code, and your app is ready. -{% include svg/hospitalrun-logo.html %} +{% include img.html width=150 src="hospitalrun-logo.svg" alt="HospitalRun" href="http://hospitalrun.io/" %} [HospitalRun](http://hospitalrun.io/) is an open source software product designed specifically for developing world hospitals, making usability the key requirement. Using PouchDB and offline-first design, HospitalRun allows records to be carried to remote clinics, functioning when there is no Internet, and syncing when there is.