Initial commit
This commit is contained in:
12
themes/default/layouts/_default/timeline.html
Normal file
12
themes/default/layouts/_default/timeline.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{{ define "main" }}
|
||||
<main>
|
||||
<article>
|
||||
{{- partial "header.html" . }}
|
||||
<div class="article-content-wrapper">
|
||||
<div class="article-content">
|
||||
{{ partial "timeline.html" . }}
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</main>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user