From: Jeremy Thomas Date: Sun, 20 Dec 2020 11:53:03 +0000 (+0000) Subject: Fix sidebar X-Git-Tag: 0.9.2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d44693c13592aebc8cee4a78e97dd2fa1ce82e0b;p=thirdparty%2Fbulma.git Fix sidebar --- diff --git a/docs/_data/sponsors.json b/docs/_data/sponsors.json index 5e6e392f2..065d67d9c 100644 --- a/docs/_data/sponsors.json +++ b/docs/_data/sponsors.json @@ -267,7 +267,8 @@ "url": "https://raj.bet/", "title": "Online Casino", "width":"128", - "height":"50" + "height":"50", + "follow": true }, "gamblizard": { "name": "gamblizard", @@ -299,6 +300,14 @@ "title": "Quickbooks Tool Hub", "width":"64", "height":"64" + }, + "pondr": { + "name": "pondr", + "url": "https://runpondr.com/", + "title": "Pondr Idea Management", + "width":"126", + "height":"38", + "follow": true } }, "home": [ @@ -326,9 +335,11 @@ ,"casinofiables" ,"123calendars" ,"quickbookstoolhub" + ,"pondr" ], "footer": [ "polygon" ,"inkoop" + ,"pondr" ] } diff --git a/docs/_includes/components/categories.html b/docs/_includes/components/categories.html index cae04589c..8780a8f99 100644 --- a/docs/_includes/components/categories.html +++ b/docs/_includes/components/categories.html @@ -35,6 +35,8 @@ {% endfor %} +{% include global/side-sponsor.html %} + {% unless page.hide_fortyfour %} {% include global/fortyfour.html %} {% endunless %} diff --git a/docs/_includes/global/side-sponsor.html b/docs/_includes/global/side-sponsor.html index cf1585910..7698dd2cf 100644 --- a/docs/_includes/global/side-sponsor.html +++ b/docs/_includes/global/side-sponsor.html @@ -3,14 +3,14 @@ Sponsor

- + {% include elements/responsive-image.html - path="amis/tipe" + path="amis/pondr" extension="png" - alt="Tipe" - width="86" - height="50" + alt="Pondr" + width="126" + height="38" %} diff --git a/docs/images/amis/pondr.png b/docs/images/amis/pondr.png new file mode 100644 index 000000000..934dd0822 Binary files /dev/null and b/docs/images/amis/pondr.png differ diff --git a/docs/images/amis/pondr@2x.png b/docs/images/amis/pondr@2x.png new file mode 100644 index 000000000..33b27d7c6 Binary files /dev/null and b/docs/images/amis/pondr@2x.png differ