Skip to content

Commit 8160aac

Browse files
authored
Merge pull request #360 from axivo/feat/module-update
fix: global module
2 parents c7b7abf + 3582c43 commit 8160aac

File tree

4 files changed

+8
-20
lines changed

4 files changed

+8
-20
lines changed

global/hugo.yaml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ hasCJKLanguage: true
1010
languages:
1111
en:
1212
languageName: English
13+
params:
14+
parentTitle: AXIVO
1315
weight: 1
1416
markup:
1517
goldmark:
@@ -18,9 +20,9 @@ markup:
1820
highlight:
1921
noClasses: false
2022
outputs:
21-
home: [HTML]
22-
page: [HTML]
23-
section: [HTML, RSS]
23+
home: [html]
24+
page: [html, llms]
25+
section: [html, rss]
2426
params:
2527
blog:
2628
list:
@@ -47,16 +49,8 @@ params:
4749
enable: true
4850
width: normal
4951
navbar:
50-
parentTitle: AXIVO
5152
displayTitle: true
5253
displayLogo: true
53-
# logo:
54-
# path: /logo.svg
55-
# dark: /logo.svg
56-
# link: /
57-
# width: 20
58-
# height: 10
59-
# width: wide
6054
page:
6155
width: normal
6256
theme:

global/i18n/en.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
copyright: 'Copyright © 2024-2025 AXIVO'
1+
copyright: 'Copyright © 2024-2026 AXIVO'

global/layouts/partials/custom/head-end.html

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{{- $nested := eq (.Get "nested") "true" | default false -}}
1+
{{- $nested := eq (.Get "nested") "true" -}}
22

3-
<div class="steps hx-ml-4 hx-mb-12 ltr:hx-border-l rtl:hx-border-r hx-border-gray-200 ltr:hx-pl-6 rtl:hx-pr-6 dark:hx-border-neutral-800 {{ if not $nested }}[counter-reset:step]{{ end }}">
3+
<div class="hextra-steps hx:ml-4 hx:mb-12 hx:ltr:border-l hx:rtl:border-r hx:border-gray-200 hx:ltr:pl-6 hx:rtl:pr-6 hx:dark:border-neutral-800 {{ if not $nested }}[counter-reset:step]{{ end }}">
44
{{- .Inner -}}
55
</div>

0 commit comments

Comments
 (0)