diff --git a/layouts/_default/_markup/render-image.html b/layouts/_markup/render-image.html similarity index 100% rename from layouts/_default/_markup/render-image.html rename to layouts/_markup/render-image.html diff --git a/layouts/partials/anchored_headings.html b/layouts/_partials/anchored_headings.html similarity index 100% rename from layouts/partials/anchored_headings.html rename to layouts/_partials/anchored_headings.html diff --git a/layouts/partials/author.html b/layouts/_partials/author.html similarity index 100% rename from layouts/partials/author.html rename to layouts/_partials/author.html diff --git a/layouts/partials/breadcrumbs.html b/layouts/_partials/breadcrumbs.html similarity index 100% rename from layouts/partials/breadcrumbs.html rename to layouts/_partials/breadcrumbs.html diff --git a/layouts/partials/comments.html b/layouts/_partials/comments.html similarity index 100% rename from layouts/partials/comments.html rename to layouts/_partials/comments.html diff --git a/layouts/partials/cover.html b/layouts/_partials/cover.html similarity index 100% rename from layouts/partials/cover.html rename to layouts/_partials/cover.html diff --git a/layouts/partials/edit_post.html b/layouts/_partials/edit_post.html similarity index 100% rename from layouts/partials/edit_post.html rename to layouts/_partials/edit_post.html diff --git a/layouts/partials/extend_footer.html b/layouts/_partials/extend_footer.html similarity index 100% rename from layouts/partials/extend_footer.html rename to layouts/_partials/extend_footer.html diff --git a/layouts/partials/extend_head.html b/layouts/_partials/extend_head.html similarity index 100% rename from layouts/partials/extend_head.html rename to layouts/_partials/extend_head.html diff --git a/layouts/partials/footer.html b/layouts/_partials/footer.html similarity index 100% rename from layouts/partials/footer.html rename to layouts/_partials/footer.html diff --git a/layouts/partials/head.html b/layouts/_partials/head.html similarity index 100% rename from layouts/partials/head.html rename to layouts/_partials/head.html diff --git a/layouts/partials/header.html b/layouts/_partials/header.html similarity index 100% rename from layouts/partials/header.html rename to layouts/_partials/header.html diff --git a/layouts/partials/home_info.html b/layouts/_partials/home_info.html similarity index 100% rename from layouts/partials/home_info.html rename to layouts/_partials/home_info.html diff --git a/layouts/partials/index_profile.html b/layouts/_partials/index_profile.html similarity index 100% rename from layouts/partials/index_profile.html rename to layouts/_partials/index_profile.html diff --git a/layouts/partials/post_canonical.html b/layouts/_partials/post_canonical.html similarity index 100% rename from layouts/partials/post_canonical.html rename to layouts/_partials/post_canonical.html diff --git a/layouts/partials/post_meta.html b/layouts/_partials/post_meta.html similarity index 100% rename from layouts/partials/post_meta.html rename to layouts/_partials/post_meta.html diff --git a/layouts/partials/post_nav_links.html b/layouts/_partials/post_nav_links.html similarity index 100% rename from layouts/partials/post_nav_links.html rename to layouts/_partials/post_nav_links.html diff --git a/layouts/partials/share_icons.html b/layouts/_partials/share_icons.html similarity index 100% rename from layouts/partials/share_icons.html rename to layouts/_partials/share_icons.html diff --git a/layouts/partials/social_icons.html b/layouts/_partials/social_icons.html similarity index 100% rename from layouts/partials/social_icons.html rename to layouts/_partials/social_icons.html diff --git a/layouts/partials/svg.html b/layouts/_partials/svg.html similarity index 100% rename from layouts/partials/svg.html rename to layouts/_partials/svg.html diff --git a/layouts/partials/templates/_funcs/get-page-images.html b/layouts/_partials/templates/_funcs/get-page-images.html similarity index 100% rename from layouts/partials/templates/_funcs/get-page-images.html rename to layouts/_partials/templates/_funcs/get-page-images.html diff --git a/layouts/partials/templates/opengraph.html b/layouts/_partials/templates/opengraph.html similarity index 100% rename from layouts/partials/templates/opengraph.html rename to layouts/_partials/templates/opengraph.html diff --git a/layouts/partials/templates/schema_json.html b/layouts/_partials/templates/schema_json.html similarity index 100% rename from layouts/partials/templates/schema_json.html rename to layouts/_partials/templates/schema_json.html diff --git a/layouts/partials/templates/twitter_cards.html b/layouts/_partials/templates/twitter_cards.html similarity index 100% rename from layouts/partials/templates/twitter_cards.html rename to layouts/_partials/templates/twitter_cards.html diff --git a/layouts/partials/toc.html b/layouts/_partials/toc.html similarity index 100% rename from layouts/partials/toc.html rename to layouts/_partials/toc.html diff --git a/layouts/partials/translation_list.html b/layouts/_partials/translation_list.html similarity index 100% rename from layouts/partials/translation_list.html rename to layouts/_partials/translation_list.html diff --git a/layouts/shortcodes/audio.html b/layouts/_shortcodes/audio.html similarity index 100% rename from layouts/shortcodes/audio.html rename to layouts/_shortcodes/audio.html diff --git a/layouts/shortcodes/collapse.html b/layouts/_shortcodes/collapse.html similarity index 100% rename from layouts/shortcodes/collapse.html rename to layouts/_shortcodes/collapse.html diff --git a/layouts/shortcodes/figure.html b/layouts/_shortcodes/figure.html similarity index 100% rename from layouts/shortcodes/figure.html rename to layouts/_shortcodes/figure.html diff --git a/layouts/shortcodes/inTextImg.html b/layouts/_shortcodes/inTextImg.html similarity index 100% rename from layouts/shortcodes/inTextImg.html rename to layouts/_shortcodes/inTextImg.html diff --git a/layouts/shortcodes/ltr.html b/layouts/_shortcodes/ltr.html similarity index 100% rename from layouts/shortcodes/ltr.html rename to layouts/_shortcodes/ltr.html diff --git a/layouts/shortcodes/rawhtml.html b/layouts/_shortcodes/rawhtml.html similarity index 100% rename from layouts/shortcodes/rawhtml.html rename to layouts/_shortcodes/rawhtml.html diff --git a/layouts/shortcodes/rtl.html b/layouts/_shortcodes/rtl.html similarity index 100% rename from layouts/shortcodes/rtl.html rename to layouts/_shortcodes/rtl.html diff --git a/layouts/shortcodes/video.html b/layouts/_shortcodes/video.html similarity index 100% rename from layouts/shortcodes/video.html rename to layouts/_shortcodes/video.html diff --git a/layouts/_default/archives.html b/layouts/archives.html similarity index 100% rename from layouts/_default/archives.html rename to layouts/archives.html diff --git a/layouts/_default/baseof.html b/layouts/baseof.html similarity index 100% rename from layouts/_default/baseof.html rename to layouts/baseof.html diff --git a/layouts/_default/index.json b/layouts/index.json similarity index 100% rename from layouts/_default/index.json rename to layouts/index.json diff --git a/layouts/_default/list.html b/layouts/list.html similarity index 100% rename from layouts/_default/list.html rename to layouts/list.html diff --git a/layouts/_default/llms.txt b/layouts/llms.txt similarity index 100% rename from layouts/_default/llms.txt rename to layouts/llms.txt diff --git a/layouts/_default/rss.xml b/layouts/rss.xml similarity index 100% rename from layouts/_default/rss.xml rename to layouts/rss.xml diff --git a/layouts/_default/search.html b/layouts/search.html similarity index 100% rename from layouts/_default/search.html rename to layouts/search.html diff --git a/layouts/_default/single.html b/layouts/single.html similarity index 100% rename from layouts/_default/single.html rename to layouts/single.html diff --git a/layouts/_default/terms.html b/layouts/taxonomy.html similarity index 100% rename from layouts/_default/terms.html rename to layouts/taxonomy.html