init
This commit is contained in:
commit
e3c43e06ff
120 changed files with 16894 additions and 0 deletions
16
themes/hugoplate/layouts/_default/single.html
Executable file
16
themes/hugoplate/layouts/_default/single.html
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
{{ define "main" }}
|
||||
{{ partial "page-header" . }}
|
||||
|
||||
|
||||
<section class="section-sm">
|
||||
<div class="container">
|
||||
<div class="row justify-center">
|
||||
<div class="lg:col-10">
|
||||
<div class="content">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue