diff options
Diffstat (limited to 'themes/simple/layouts/_default')
| -rw-r--r-- | themes/simple/layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/simple/layouts/_default/baseof.html b/themes/simple/layouts/_default/baseof.html index 781b043..0cb6943 100644 --- a/themes/simple/layouts/_default/baseof.html +++ b/themes/simple/layouts/_default/baseof.html | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | {{ partial "head.html" . }} | 4 | {{ partial "head.html" . }} |
| 5 | 5 | ||
| 6 | <body> | 6 | <body> |
| 7 | {{ partial "header.html" . }} | 7 | {{ partial "navigation.html" . }} |
| 8 | <div id="content"> | 8 | <div id="content"> |
| 9 | {{ block "main" . }}{{ end }} | 9 | {{ block "main" . }}{{ end }} |
| 10 | </div> | 10 | </div> |
