Skip to content

Commit 1feab27

Browse files
save file
1 parent 15cced8 commit 1feab27

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

html-components/list/publish-ui/publish-ui.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
<meta charset=utf-8>
1111

1212
<title>
13-
page-source
13+
publish-ui
1414
</title>
1515

1616
<meta name=description content=''>
1717

18-
<base href='https://ext-code.com/html-components/list/page-source/page-source.html'>
19-
<link rel=canonical href='https://ext-code.com/html-components/list/page-source/page-source.html'>
18+
<base href='https://ext-code.com/html-components/list/publish-ui/publish-ui.html'>
19+
<link rel=canonical href='https://ext-code.com/html-components/list/publish-ui/publish-ui.html'>
2020

2121
<meta name=viewport content='width=device-width, initial-scale=1'>
2222

@@ -25,14 +25,15 @@
2525

2626
<script>
2727

28-
var component = 'page-source';
29-
var date = '2026-02-19';
28+
var component = 'publish-ui';
29+
var date = '2026-02-20';
3030
var files = {
3131
'source' : {
3232
'latest' : null,
33+
'v2.0' : null,
3334
},
3435
'examples' : {
35-
'page-source-example.html' : null,
36+
'publish-ui-v2.0-test.html' : null,
3637
},
3738
};
3839

0 commit comments

Comments
 (0)