File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
class ="rounded border border-[#686B74] py-2 px-3 text-sm tabular-nums text-[#686B74] hover:border-[#3296ef] hover:bg-[#3296ef] hover:text-white "
49
49
x-text ="item "
50
50
:class ="{'border-[#3296ef] bg-[#3296ef] text-white':page===item} "
51
- th:attr ="'x-bind:href'=|'${site.url} /archives/page/'+item| "
51
+ th:attr ="'x-bind:href'=|'/archives/page/'+item| "
52
52
>
53
53
</ a >
54
54
</ template >
Original file line number Diff line number Diff line change 44
44
class ="rounded border border-[#686B74] py-2 px-3 text-sm tabular-nums text-[#686B74] hover:border-[#3296ef] hover:bg-[#3296ef] hover:text-white "
45
45
x-text ="item "
46
46
:class ="{'border-[#3296ef] bg-[#3296ef] text-white':page===item} "
47
- th:attr ="'x-bind:href'=|'${site.url} /categories/${category.spec.slug}/page/'+item| "
47
+ th:attr ="'x-bind:href'=|'/categories/${category.spec.slug}/page/'+item| "
48
48
>
49
49
</ a >
50
50
</ template >
Original file line number Diff line number Diff line change 46
46
class ="rounded border border-[#686B74] py-2 px-3 text-sm tabular-nums text-[#686B74] hover:border-[#3296ef] hover:bg-[#3296ef] hover:text-white "
47
47
x-text ="item "
48
48
:class ="{'border-[#3296ef] bg-[#3296ef] text-white':page===item} "
49
- th:attr ="'x-bind:href'=|'${site.url} /tags/${tag.spec.slug}/page/'+item| "
49
+ th:attr ="'x-bind:href'=|'/tags/${tag.spec.slug}/page/'+item| "
50
50
>
51
51
</ a >
52
52
</ template >
Original file line number Diff line number Diff line change 13
13
repo : https://github.com/f2ccloud/theme-ocean.git
14
14
settingName : " theme-ocean-setting"
15
15
configMapName : " theme-ocean-configMap"
16
- version : 1.2.0
16
+ version : 1.2.1
17
17
require : 2.0.0
You can’t perform that action at this time.
0 commit comments