diff options
| author | Martin Fischer <martin@push-f.com> | 2026-02-15 12:25:42 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-02-15 12:25:42 +0100 |
| commit | 97399f61d40b0866c7057d577141373e002efac6 (patch) | |
| tree | cd972dcee5f43f28aa03655c904acaaf4657096a /layouts/_default | |
| parent | b31a718136bfc81509533ecc09a3e7f3c27a4a6b (diff) | |
change: stop reading home.md, just use _index.md
Diffstat (limited to 'layouts/_default')
| -rw-r--r-- | layouts/_default/home.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/_default/home.html b/layouts/_default/home.html index e7c9058..3738cee 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -2,8 +2,6 @@ {{ .Content }} -{{ readFile "content/home.md" | markdownify }} - {{ if .Site.Params.homeCollection }} <div class="list-container"> |
