From 9b77ec15e5beeff3f57f845be883416d2a68b84d Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 30 Nov 2020 22:56:26 +0100 Subject: New article on rst & Latex. Changed theme --- .../i18n_subsites/test_data/output/pages/404.html | 41 ++++++++++++++++++++++ .../test_data/output/pages/untranslated-page.html | 35 ++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 plugins/i18n_subsites/test_data/output/pages/404.html create mode 100644 plugins/i18n_subsites/test_data/output/pages/untranslated-page.html (limited to 'plugins/i18n_subsites/test_data/output/pages') diff --git a/plugins/i18n_subsites/test_data/output/pages/404.html b/plugins/i18n_subsites/test_data/output/pages/404.html new file mode 100644 index 0000000..4695f3c --- /dev/null +++ b/plugins/i18n_subsites/test_data/output/pages/404.html @@ -0,0 +1,41 @@ + + + + Testing site - A 404 page + + + + + + + + + + + + + + + +

A 404 page

+ Translations: +cz +de + + +

A simple 404 page.

+ + + + + \ No newline at end of file diff --git a/plugins/i18n_subsites/test_data/output/pages/untranslated-page.html b/plugins/i18n_subsites/test_data/output/pages/untranslated-page.html new file mode 100644 index 0000000..3ff02df --- /dev/null +++ b/plugins/i18n_subsites/test_data/output/pages/untranslated-page.html @@ -0,0 +1,35 @@ + + + + Testing site - Untranslated page + + + + + + + + + + + + +

Untranslated page

+ + +

This page has no translation.

+ + + + + \ No newline at end of file -- cgit v1.2.3