diff --git a/_layouts/default.html b/_layouts/default.html index 3078f6f..90c1c4e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -72,7 +72,7 @@ - + {% if site.google_analytics %} {% include google_analytics.html %} diff --git a/index.md b/index.md index dbe25a8..71d89c1 100644 --- a/index.md +++ b/index.md @@ -124,23 +124,23 @@ entries: folderitems: - title: Get started - url: /index + url: /index.html output: web, pdf - title: Introduction - url: /mydoc_introduction + url: /mydoc_introduction.html output: web, pdf - title: Supported features - url: /mydoc_supported_features + url: /mydoc_supported_features.html output: web, pdf - title: About the theme author - url: /mydoc_about + url: /mydoc_about.html output: web, pdf - title: Support - url: /mydoc_support + url: /mydoc_support.html output: web, pdf - title: Release Notes @@ -148,11 +148,11 @@ entries: folderitems: - title: 6.0 Release notes - url: /mydoc_release_notes_60 + url: /mydoc_release_notes_60.html output: web, pdf - title: 5.0 Release notes - url: /mydoc_release_notes_50 + url: /mydoc_release_notes_50.html output: web, pdf ```