File tree 5 files changed +13
-10
lines changed
5 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 100
100
</ li >
101
101
</ ul >
102
102
< div class ="col-md-3 text-end d-none d-md-block ">
103
+ < a class ="btn btn-light bg-white doc-shadow border-white " href ="https://www.npmjs.com/package/posthtml-component " target ="_blank "> NPM</ a >
103
104
< a class ="btn btn-light bg-white doc-shadow border-white " href ="https://github.com/thewebartisan7/posthtml-components " target ="_blank "> GitHub</ a >
104
105
</ div >
105
106
</ div >
@@ -1277,8 +1278,8 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
1277
1278
All notable changes to this project will be documented in this file.
1278
1279
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1279
1280
</ p >
1280
- < h5 > [0.0.1 ] - 2022.10.xx </ h5 >
1281
- < p > Not yet released .</ p >
1281
+ < h5 > [1. 0.0-beta.2 ] - 2022.10.20 </ h5 >
1282
+ < p > Initial release .</ p >
1282
1283
</ div >
1283
1284
<!-- /.modal-body -->
1284
1285
< div class ="modal-footer ">
Original file line number Diff line number Diff line change 37
37
</ li >
38
38
</ ul >
39
39
< div class ="col-md-3 text-end d-none d-md-block ">
40
+ < a class ="btn btn-light bg-white doc-shadow border-white " href ="https://www.npmjs.com/package/posthtml-component " target ="_blank "> NPM</ a >
40
41
< a class ="btn btn-light bg-white doc-shadow border-white " href ="https://github.com/thewebartisan7/posthtml-components " target ="_blank "> GitHub</ a >
41
42
</ div >
42
43
</ div >
@@ -54,11 +55,11 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
54
55
</ p >
55
56
< div class ="text-center mb-4 ">
56
57
< a class ="btn btn-light bg-white doc-shadow border-white btn-lg me-3 " href ="docs.html " target ="_blank "> Read the docs</ a >
57
- < a class ="btn btn-light bg-white doc-shadow border-white btn-lg " href ="https://github. com/thewebartisan7 /posthtml-components " target ="_blank "> Download</ a >
58
+ < a class ="btn btn-light bg-white doc-shadow border-white btn-lg " href ="https://www.npmjs. com/package /posthtml-component " target ="_blank "> Download</ a >
58
59
</ div >
59
60
< p class ="text-muted ">
60
61
Currently
61
- < strong > v0 .0.1 </ strong >
62
+ < strong > v1 .0.0-beta.2 </ strong >
62
63
< span class ="px-1 "> ·</ span >
63
64
< a href ="# " class ="link-secondary " data-bs-toggle ="modal " data-bs-target ="#modalWithComponents "> Changelog</ a >
64
65
</ p >
@@ -96,8 +97,8 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
96
97
All notable changes to this project will be documented in this file.
97
98
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
98
99
</ p >
99
- < h5 > [0.0.1 ] - 2022.10.xx </ h5 >
100
- < p > Not yet released .</ p >
100
+ < h5 > [1. 0.0-beta.2 ] - 2022.10.20 </ h5 >
101
+ < p > Initial release .</ p >
101
102
</ div >
102
103
<!-- /.modal-body -->
103
104
< div class ="modal-footer ">
Original file line number Diff line number Diff line change 10
10
< yield > </ yield >
11
11
12
12
< div class ="col-md-3 text-end d-none d-md-block ">
13
+ < x-btn-link href ="https://www.npmjs.com/package/posthtml-component " target ="_blank "> NPM</ x-btn-link >
13
14
< x-btn-link href ="https://github.com/thewebartisan7/posthtml-components " target ="_blank "> GitHub</ x-btn-link >
14
15
</ div >
15
16
</ div >
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ <h5 class="modal-title" id="modalWithComponentsLabel">Changelog</h5>
70
70
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
71
71
</ p >
72
72
73
- < h5 > [0.0.1 ] - 2022.10.xx </ h5 >
74
- < p > Not yet released .</ p >
73
+ < h5 > [1. 0.0-beta.2 ] - 2022.10.20 </ h5 >
74
+ < p > Initial release .</ p >
75
75
</ x-modal .body>
76
76
77
77
< x-modal .footer > </ x-modal .footer>
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
11
11
12
12
< div class ="text-center mb-4 ">
13
13
< x-btn-link href ="docs.html " class ="btn-lg me-3 " target ="_blank "> Read the docs</ x-btn-link >
14
- < x-btn-link href ="https://github. com/thewebartisan7 /posthtml-components " class ="btn-lg " target ="_blank "> Download</ x-btn-link >
14
+ < x-btn-link href ="https://www.npmjs. com/package /posthtml-component " class ="btn-lg " target ="_blank "> Download</ x-btn-link >
15
15
</ div >
16
16
17
17
< p class ="text-muted ">
18
- Currently < strong > v0 .0.1 </ strong >
18
+ Currently < strong > v1 .0.0-beta.2 </ strong >
19
19
< span class ="px-1 "> ·</ span >
20
20
< a href ="# " class ="link-secondary " data-bs-toggle ="modal " data-bs-target ="#modalWithComponents "> Changelog</ a >
21
21
</ p >
You can’t perform that action at this time.
0 commit comments