Update index page
This commit is contained in:
parent
0e4b46eac1
commit
07e02b31fe
3 changed files with 46 additions and 2 deletions
12
testing/test1.pug
Normal file
12
testing/test1.pug
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: example title
|
||||
layout: default
|
||||
hidden: true
|
||||
---
|
||||
|
||||
h2 Some title
|
||||
|
||||
div this is div
|
||||
|
||||
p this is paragraph
|
||||
|
12
testing/test2.htm
Normal file
12
testing/test2.htm
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: example title HTML
|
||||
layout: default
|
||||
hidden: true
|
||||
---
|
||||
|
||||
<h2>Some title with h2</h2>
|
||||
|
||||
<div>this is div</div>
|
||||
|
||||
<p>this is paragraph</p>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue