first commit
This commit is contained in:
commit
13e2fd6e74
125 changed files with 19943 additions and 0 deletions
19
layouts/indexes/page.html
Executable file
19
layouts/indexes/page.html
Executable file
|
@ -0,0 +1,19 @@
|
|||
{{ partial "header.html" . }}
|
||||
<body lang="en" class="theme-base-0f">
|
||||
{{ partial "sidebar.html" . }}
|
||||
|
||||
<div class="content container">
|
||||
|
||||
<section id="main">
|
||||
<div>
|
||||
<ul id="list">
|
||||
{{ range first 10 .Data.Pages }}
|
||||
{{ .Render "summary"}}
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue