dairy | new theme
This commit is contained in:
parent
5ae63a1d7d
commit
6c3a14b311
65 changed files with 5028 additions and 0 deletions
21
themes/diary/layouts/_default/baseof.html
Normal file
21
themes/diary/layouts/_default/baseof.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{- partial "head.html" . -}}
|
||||
<body>
|
||||
<div id="app">
|
||||
{{- partial "sidebar.html" . -}}
|
||||
{{- partial "extrabar.html" . -}}
|
||||
<!-- PC view -->
|
||||
|
||||
{{- partial "mobile-header.html" . -}}
|
||||
<!-- mobile header -->
|
||||
<div id="content">
|
||||
{{- block "main" . }}{{- end }}
|
||||
</div>
|
||||
|
||||
{{- partial "mobile-footer.html" . -}}
|
||||
<!-- mobile footer -->
|
||||
</div>
|
||||
{{ partial "journal.html" .}}
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue