Skip to content

Commit 26e0acc

Browse files
committed
Couple of heading module examples
1 parent 57829a5 commit 26e0acc

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<div class="align-center py-2">
2+
<h1><txp:title /></h1>
3+
</div>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<div class="align-center py-2">
2+
<h3><txp:excerpt escape="p" /></h3>
3+
<h1><txp:title /></h1>
4+
</div>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<div class="align-center py-2">
2+
<h1><txp:title /></h1>
3+
</div>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<div class="align-center py-2">
2+
<h3><txp:excerpt escape="p" /></h3>
3+
<h1><txp:title /></h1>
4+
</div>

0 commit comments

Comments
 (0)