diff --git a/documentation/themes/beastie/layouts/partials/global-search.html b/documentation/themes/beastie/layouts/_partials/global-search.html similarity index 100% rename from documentation/themes/beastie/layouts/partials/global-search.html rename to documentation/themes/beastie/layouts/_partials/global-search.html diff --git a/documentation/themes/beastie/layouts/partials/menu.html b/documentation/themes/beastie/layouts/_partials/menu.html similarity index 100% rename from documentation/themes/beastie/layouts/partials/menu.html rename to documentation/themes/beastie/layouts/_partials/menu.html diff --git a/documentation/themes/beastie/layouts/partials/site-footer.html b/documentation/themes/beastie/layouts/_partials/site-footer.html similarity index 100% rename from documentation/themes/beastie/layouts/partials/site-footer.html rename to documentation/themes/beastie/layouts/_partials/site-footer.html diff --git a/documentation/themes/beastie/layouts/partials/site-head.html b/documentation/themes/beastie/layouts/_partials/site-head.html similarity index 100% rename from documentation/themes/beastie/layouts/partials/site-head.html rename to documentation/themes/beastie/layouts/_partials/site-head.html diff --git a/documentation/themes/beastie/layouts/partials/site-header.html b/documentation/themes/beastie/layouts/_partials/site-header.html similarity index 100% rename from documentation/themes/beastie/layouts/partials/site-header.html rename to documentation/themes/beastie/layouts/_partials/site-header.html diff --git a/documentation/themes/beastie/layouts/partials/trademarks.html b/documentation/themes/beastie/layouts/_partials/trademarks.html similarity index 100% rename from documentation/themes/beastie/layouts/partials/trademarks.html rename to documentation/themes/beastie/layouts/_partials/trademarks.html diff --git a/documentation/themes/beastie/layouts/shortcodes/lang.html b/documentation/themes/beastie/layouts/_shortcodes/lang.html similarity index 100% rename from documentation/themes/beastie/layouts/shortcodes/lang.html rename to documentation/themes/beastie/layouts/_shortcodes/lang.html diff --git a/documentation/themes/beastie/layouts/shortcodes/languages-selection.html b/documentation/themes/beastie/layouts/_shortcodes/languages-selection.html similarity index 100% rename from documentation/themes/beastie/layouts/shortcodes/languages-selection.html rename to documentation/themes/beastie/layouts/_shortcodes/languages-selection.html diff --git a/documentation/themes/beastie/layouts/shortcodes/list-articles-directories.html b/documentation/themes/beastie/layouts/_shortcodes/list-articles-directories.html similarity index 100% rename from documentation/themes/beastie/layouts/shortcodes/list-articles-directories.html rename to documentation/themes/beastie/layouts/_shortcodes/list-articles-directories.html diff --git a/documentation/themes/beastie/layouts/shortcodes/list-books-directories.html b/documentation/themes/beastie/layouts/_shortcodes/list-books-directories.html similarity index 100% rename from documentation/themes/beastie/layouts/shortcodes/list-books-directories.html rename to documentation/themes/beastie/layouts/_shortcodes/list-books-directories.html diff --git a/documentation/themes/beastie/layouts/_default/baseof.html b/documentation/themes/beastie/layouts/baseof.html similarity index 100% rename from documentation/themes/beastie/layouts/_default/baseof.html rename to documentation/themes/beastie/layouts/baseof.html diff --git a/documentation/themes/beastie/layouts/_default/languages.html b/documentation/themes/beastie/layouts/languages.html similarity index 100% rename from documentation/themes/beastie/layouts/_default/languages.html rename to documentation/themes/beastie/layouts/languages.html diff --git a/documentation/themes/beastie/layouts/_default/list.html b/documentation/themes/beastie/layouts/list.html similarity index 100% rename from documentation/themes/beastie/layouts/_default/list.html rename to documentation/themes/beastie/layouts/list.html diff --git a/documentation/themes/beastie/layouts/_default/single.html b/documentation/themes/beastie/layouts/single.html similarity index 100% rename from documentation/themes/beastie/layouts/_default/single.html rename to documentation/themes/beastie/layouts/single.html diff --git a/documentation/themes/beastie/theme.toml b/documentation/themes/beastie/theme.toml index 03ac34d6a9..01c9e63531 100644 --- a/documentation/themes/beastie/theme.toml +++ b/documentation/themes/beastie/theme.toml @@ -1,10 +1,10 @@ name = "Beastie" copyright = "BSD 2-clause 'Simplified' License" description = "Theme to build the FreeBSD Documentation Portal" homepage = "https://docs.FreeBSD.org" tags = ["website", "freebsd", "bsd", "documentation"] -min_version = "0.78" +min_version = "0.146.0" [author] name = "Sergio Carlavilla" homepage = "https://www.carlavilla.es"