From eb841ce66a0f9ea5f6ce200194a6cf3f830e2b3d Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sun, 5 Jan 2025 20:46:22 -0800 Subject: [PATCH] Update theme --- .../gohugoio/gohugoioTheme/assets/css/_shame.css | 5 +++++ .../gohugoio/gohugoioTheme/assets/output/css/app.css | 5 +++++ _vendor/modules.txt | 2 +- go.mod | 2 +- go.sum | 8 ++------ 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_shame.css b/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_shame.css index 634adbf06..30e0c412d 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_shame.css +++ b/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_shame.css @@ -18,3 +18,8 @@ h6:first-of-type { h6 ~ p { margin: 0.5em 0 2em 0; } + +/* QR codes */ +img.qrcode { + width: initial; +} diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css b/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css index b9518491c..b6343c7be 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css +++ b/_vendor/github.com/gohugoio/gohugoioTheme/assets/output/css/app.css @@ -5333,6 +5333,11 @@ h6:first-of-type { h6 ~ p { margin: 0.5em 0 2em 0; } +/* QR codes */ +img.qrcode { + width: auto; + width: initial; +} .nested-blockquote blockquote { border-left: 4px solid #0594CB; padding-left: 1em; diff --git a/_vendor/modules.txt b/_vendor/modules.txt index 8b97db22a..a5092f11e 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -1 +1 @@ -# github.com/gohugoio/gohugoioTheme v0.0.0-20241223174847-fbbab8777a87 +# github.com/gohugoio/gohugoioTheme v0.0.0-20250106044328-feb60697e056 diff --git a/go.mod b/go.mod index fa7dd43cf..bb45d109d 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/gohugoio/hugoDocs go 1.22.0 -require github.com/gohugoio/gohugoioTheme v0.0.0-20241223174847-fbbab8777a87 // indirect +require github.com/gohugoio/gohugoioTheme v0.0.0-20250106044328-feb60697e056 // indirect diff --git a/go.sum b/go.sum index ea6cf6dc2..abc8fbaa0 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,2 @@ -github.com/gohugoio/gohugoioTheme v0.0.0-20241217121316-f5fea3aa8253 h1:7DYEU25rQryCGyUISUpIye3oE0kz+9K9SiD6/O5rqvM= -github.com/gohugoio/gohugoioTheme v0.0.0-20241217121316-f5fea3aa8253/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM= -github.com/gohugoio/gohugoioTheme v0.0.0-20241217195817-fc2ee93d77de h1:RsBXZgT+6UZ1yBFiFy+Kbkyw5Yn2S7uXottd/vWGxaw= -github.com/gohugoio/gohugoioTheme v0.0.0-20241217195817-fc2ee93d77de/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM= -github.com/gohugoio/gohugoioTheme v0.0.0-20241223174847-fbbab8777a87 h1:EHSzYyQyjgTqz3n52+eMzwbqk/mAFIt/NIFMdvu7Z0k= -github.com/gohugoio/gohugoioTheme v0.0.0-20241223174847-fbbab8777a87/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM= +github.com/gohugoio/gohugoioTheme v0.0.0-20250106044328-feb60697e056 h1:nPfHricsQXtVewK865bX2LDLhUImhIZEuajlYPM2Bho= +github.com/gohugoio/gohugoioTheme v0.0.0-20250106044328-feb60697e056/go.mod h1:GOYeAPQJ/ok8z7oz1cjfcSlsFpXrmx6VkzQ5RpnyhZM=