Initial commit
This commit is contained in:
10
layouts/_default/single.html
Normal file
10
layouts/_default/single.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{{ define "main" }}
|
||||
|
||||
<div class="container">
|
||||
<br>
|
||||
{{ partial "article" . }}
|
||||
{{ partial "single_footer" . }}
|
||||
</div>
|
||||
|
||||
|
||||
{{ end }}
|
Reference in New Issue
Block a user