init
This commit is contained in:
commit
e3c43e06ff
120 changed files with 16894 additions and 0 deletions
18
themes/hugoplate/layouts/_default/list.html
Executable file
18
themes/hugoplate/layouts/_default/list.html
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
{{ define "main" }}
|
||||
{{ partial "page-header" . }}
|
||||
|
||||
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<ul class="text-center">
|
||||
{{ range .RegularPages }}
|
||||
<li class="m-3">
|
||||
<a href="{{ .Permalink }}" class="text-dark block text-xl">
|
||||
{{ .Title }}
|
||||
</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue