diff --git a/README.md b/README.md
index bccca69..9c4e64a 100644
--- a/README.md
+++ b/README.md
@@ -61,11 +61,13 @@ omnisrv-9p -site src -proto unix -addr /tmp/omnisrv
新頁面放在 `src/page`。
-PHP 模板在 `tpl/*.php`;omnisrv 模板為 `tmpl.html`。
+PHP 模板在 `tpl/*.php`;omnisrv 模板在 `src/tmpl.html`。
一級標題在 `/page` 頁面自動列出。
-與 dummy-ssg 不同,Markdown 文檔頭部使用簡易鍵值對,而非 JSON:
+與 dummy-ssg 標準不同,資源文件放在 `src/assets` 並且直接鏈接 (``),而非放入 `tpl`。
+
+同時,倉庫中的 Markdown 文檔頭部使用簡易鍵值對,而非 JSON:
```
---
diff --git a/src/tmpl.html b/src/tmpl.html
index a284571..863886c 100644
--- a/src/tmpl.html
+++ b/src/tmpl.html
@@ -19,6 +19,7 @@
{{- .Html -}}
{{- end}}
+ {{if .Footer}}{{end}}