Compare commits

...

10 Commits

Author SHA1 Message Date
github-actions[bot]
291220256a Merge pull request #1476 from gethinode/dependabot/npm_and_yarn/hugo-bin-0.144.9
Bump hugo-bin from 0.144.8 to 0.144.9
2025-06-25 15:13:07 +00:00
Mark Dumay
7bcb87a73e Merge branch 'main' into dependabot/npm_and_yarn/hugo-bin-0.144.9 2025-06-25 17:08:13 +02:00
Mark Dumay
55cebc752e Merge pull request #1478 from gethinode/develop
Fix sharing label
2025-06-25 17:06:43 +02:00
Mark Dumay
14bf59a551 Merge branch 'main' into develop 2025-06-25 17:02:01 +02:00
Mark Dumay
bce0fedd15 Fix sharing label 2025-06-25 17:01:34 +02:00
Mark Dumay
694e7fc7b1 Merge branch 'main' into dependabot/npm_and_yarn/hugo-bin-0.144.9 2025-06-25 16:41:39 +02:00
Mark Dumay
93749cb368 Merge pull request #1477 from gethinode/develop
Fix missing image set widths
2025-06-25 16:41:27 +02:00
Mark Dumay
cf01e22a4d Merge branch 'main' into develop 2025-06-25 16:33:20 +02:00
Mark Dumay
f416f6bb7e Fix missing image set widths 2025-06-25 16:32:55 +02:00
dependabot[bot]
a7b776c0dc Bump hugo-bin from 0.144.8 to 0.144.9
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.144.8 to 0.144.9.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.144.8...v0.144.9)

---
updated-dependencies:
- dependency-name: hugo-bin
  dependency-version: 0.144.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-23 14:48:51 +00:00
5 changed files with 21 additions and 33 deletions

View File

@@ -368,7 +368,6 @@
"multi-docs-collapse-15",
"multi-docs-collapse-16",
"multi-file-collapse-1",
"multi-file-collapse-5",
"mx-auto",
"mx-md-0",
"mx-md-2",
@@ -574,7 +573,6 @@
"body-docs-collapse-15",
"body-docs-collapse-16",
"body-file-collapse-1",
"body-file-collapse-5",
"bouton",
"breadcrumb",
"button",
@@ -616,21 +614,11 @@
"fab-medium",
"fab-whatsapp",
"fab-x-twitter",
"faq-2ab61bd9d625ad933606ccabfaffa9a8",
"faq-2ab61bd9d625ad933606ccabfaffa9a8-heading-faq-2ab61bd9d625ad933606ccabfaffa9a8",
"faq-2ab61bd9d625ad933606ccabfaffa9a8-item-0",
"faq-2ab61bd9d625ad933606ccabfaffa9a8-item-1",
"faq-2ab61bd9d625ad933606ccabfaffa9a8-item-2",
"faq-471c32251ced209d707f5815bdaa693a",
"faq-471c32251ced209d707f5815bdaa693a-heading-faq-471c32251ced209d707f5815bdaa693a",
"faq-471c32251ced209d707f5815bdaa693a-item-0",
"faq-471c32251ced209d707f5815bdaa693a-item-1",
"faq-471c32251ced209d707f5815bdaa693a-item-2",
"faq-67dbd72b681a398b4c77f0f3652e0905",
"faq-67dbd72b681a398b4c77f0f3652e0905-heading-faq-67dbd72b681a398b4c77f0f3652e0905",
"faq-67dbd72b681a398b4c77f0f3652e0905-item-0",
"faq-67dbd72b681a398b4c77f0f3652e0905-item-1",
"faq-67dbd72b681a398b4c77f0f3652e0905-item-2",
"faq-f38add4e4b48c1c030c4b64eb31efe8f",
"faq-f38add4e4b48c1c030c4b64eb31efe8f-heading-faq-f38add4e4b48c1c030c4b64eb31efe8f",
"faq-f38add4e4b48c1c030c4b64eb31efe8f-item-0",
"faq-f38add4e4b48c1c030c4b64eb31efe8f-item-1",
"faq-f38add4e4b48c1c030c4b64eb31efe8f-item-2",
"fas-1",
"fas-2",
"fas-3",
@@ -667,7 +655,6 @@
"footer-docs-collapse-15",
"footer-docs-collapse-16",
"footer-file-collapse-1",
"footer-file-collapse-5",
"formula-katex",
"formule-katex",
"gantt-diagram",

View File

@@ -148,12 +148,13 @@
)}}
{{ if $args.imageset }}
{{- $set = partial "assets/helpers/image-set.html" (dict
"src" $src
"img" $img
"dims" $dims
"anchor" $args.anchor
"transform" $transform
"hook" $hook
"src" $src
"img" $img
"dims" $dims
"anchor" $args.anchor
"transform" $transform
"hook" $hook
"include-width" true
) -}}
{{ end }}
{{ end }}

View File

@@ -45,7 +45,7 @@
{{- end -}}
<div class="py-3 text-body-secondary hstack gap-1">
{{ T "shareLink" "" }}
{{ T "shareLink" " " }}
{{- range $index, $item := $list -}}
{{- $url := $item.url -}}
{{- $url = replace $url "{url}" $page.Permalink -}}

12
package-lock.json generated
View File

@@ -1,19 +1,19 @@
{
"name": "@gethinode/hinode",
"version": "1.0.0-beta4",
"version": "1.0.0-beta5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@gethinode/hinode",
"version": "1.0.0-beta4",
"version": "1.0.0-beta5",
"license": "MIT",
"dependencies": {
"@fullhuman/postcss-purgecss": "^7.0.2",
"autoprefixer": "^10.4.21",
"cssnano": "^7.0.7",
"cssnano-preset-advanced": "^7.0.7",
"hugo-bin": "0.144.8",
"hugo-bin": "0.144.9",
"purgecss-whitelister": "^2.4.0"
},
"devDependencies": {
@@ -4266,9 +4266,9 @@
}
},
"node_modules/hugo-bin": {
"version": "0.144.8",
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.144.8.tgz",
"integrity": "sha512-ZqXy5cvfMJ1FSGrO62rp9koEZ+bXHcw1gPKV5LJDveYKMEFmnBy4TW8KWD0joPyHKD1xKRpVnOL13/AQx8NxlA==",
"version": "0.144.9",
"resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.144.9.tgz",
"integrity": "sha512-SsAgkkXTl0Mwzgf5HYiE8gmWwfAkCCs7KFcVt0uZjmPI+Xflr3q9maxEDcNmTxSp/NMLSnPhqcGZwlHzh5oXMw==",
"funding": [
{
"type": "github",

View File

@@ -1,6 +1,6 @@
{
"name": "@gethinode/hinode",
"version": "1.0.0-beta4",
"version": "1.0.0-beta5",
"description": "Hinode is a clean documentation and blog theme for Hugo, an open-source static site generator",
"keywords": [
"hugo",
@@ -73,7 +73,7 @@
"autoprefixer": "^10.4.21",
"cssnano": "^7.0.7",
"cssnano-preset-advanced": "^7.0.7",
"hugo-bin": "0.144.8",
"hugo-bin": "0.144.9",
"purgecss-whitelister": "^2.4.0"
},
"devDependencies": {