Component details pages added
This commit is contained in:
parent
04f48395d6
commit
03d0d75ae1
130 changed files with 610 additions and 471 deletions
14
source/_layouts/component.html
Normal file
14
source/_layouts/component.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
{{ page.title }}
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
{{ content }}
|
||||
</article>
|
Loading…
Add table
Add a link
Reference in a new issue