waibu-blu 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@
12
12
  </c:div>
13
13
  <c:card shadow margin="top-5">
14
14
  <c:card-body>
15
- <c:heading margin="bottom-4" text="align:center color:primary" type="5-display" content="<%= page.title %>" />
15
+ <c:heading margin="bottom-4" text="align:center color:primary" type="5" content="<%= page.title %>" />
16
16
  <!-- body -->
17
17
  </c:card-body>
18
18
  </c:card>
@@ -2,7 +2,7 @@
2
2
  <c:main>
3
3
  <!-- include main.partial:/header.html -->
4
4
  <c:container>
5
- <c:heading type="4-display" content="<%= page.title %>" />
5
+ <c:heading type="4" content="<%= page.title %>" />
6
6
  <c:card shadow="sm" border="none">
7
7
  <c:card-body>
8
8
  <!-- body -->
@@ -2,7 +2,7 @@
2
2
  <c:main>
3
3
  <!-- include main.partial:/header.html -->
4
4
  <c:container>
5
- <c:heading type="4-display" content="<%= page.title %>" margin="bottom-4" />
5
+ <c:heading type="4" content="<%= page.title %>" margin="bottom-4" />
6
6
  <c:card shadow="sm" border="none">
7
7
  <c:card-body>
8
8
  <!-- body -->
@@ -2,7 +2,7 @@
2
2
  <c:main>
3
3
  <!-- include main.partial:/header.html -->
4
4
  <c:container>
5
- <c:heading type="4-display" content="<%= page.title %>" />
5
+ <c:heading type="4" content="<%= page.title %>" />
6
6
  <c:card shadow="sm" border="none">
7
7
  <c:card-body>
8
8
  <!-- body -->
@@ -0,0 +1,9 @@
1
+ <c:page-start />
2
+ <c:main>
3
+ <!-- include main.partial:/header.html -->
4
+ <c:container>
5
+ <!-- body -->
6
+ </c:container>
7
+ <!-- include main.partial:/footer.html -->
8
+ </c:main>
9
+ <c:page-end back-to-top/>
@@ -0,0 +1,3 @@
1
+ ---
2
+ layout: sumbaSeatrack.layout:/plain.html
3
+ ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu-blu",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Blu theme for Waibu Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {