瀏覽代碼

Update single to work as a main block

tags/v1.0.0
Stefano Chiodino 6 年之前
父節點
當前提交
17dc63605d
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      layouts/_default/single.html

+ 3
- 1
layouts/_default/single.html 查看文件

@@ -1,3 +1,5 @@
{{ define "main" }}

{{ partial "header.html" . }}

{{ partial "navigation.html" . }}
@@ -22,4 +24,4 @@
</div>
</section>

{{ partial "footer.html" . }}
{{ end }}

Loading…
取消
儲存