commit 03aa789a94d63eedaced1206dd55ca2f3c50cefb parent fae2bc6ae16376757a23821688a06ead35b39b86 Author: Lou Woell <lou.woell@posteo.de> Date: Sun, 15 Jun 2025 02:11:36 +0200 [hugo-0.146] new layout dir structure Diffstat:
31 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/layouts/partials/comments.html b/layouts/_partials/comments.html diff --git a/layouts/partials/cover.html b/layouts/_partials/cover.html diff --git a/layouts/partials/extended_footer.html b/layouts/_partials/extended_footer.html diff --git a/layouts/partials/extended_head.html b/layouts/_partials/extended_head.html diff --git a/layouts/partials/footer.html b/layouts/_partials/footer.html diff --git a/layouts/partials/head.html b/layouts/_partials/head.html diff --git a/layouts/partials/header.html b/layouts/_partials/header.html diff --git a/layouts/partials/language-menu.html b/layouts/_partials/language-menu.html diff --git a/layouts/partials/logo.html b/layouts/_partials/logo.html diff --git a/layouts/partials/menu.html b/layouts/_partials/menu.html diff --git a/layouts/partials/mobile-menu.html b/layouts/_partials/mobile-menu.html diff --git a/layouts/partials/pagination.html b/layouts/_partials/pagination.html diff --git a/layouts/partials/posts_pagination.html b/layouts/_partials/posts_pagination.html diff --git a/layouts/shortcodes/code.html b/layouts/_shortcodes/code.html diff --git a/layouts/shortcodes/figure.html b/layouts/_shortcodes/figure.html diff --git a/layouts/shortcodes/framed.html b/layouts/_shortcodes/framed.html diff --git a/layouts/shortcodes/image-gallery.html b/layouts/_shortcodes/image-gallery.html diff --git a/layouts/shortcodes/image.html b/layouts/_shortcodes/image.html diff --git a/layouts/shortcodes/prismjs.html b/layouts/_shortcodes/prismjs.html diff --git a/layouts/shortcodes/tab.html b/layouts/_shortcodes/tab.html diff --git a/layouts/shortcodes/tabbed.html b/layouts/_shortcodes/tabbed.html diff --git a/layouts/shortcodes/toot.html b/layouts/_shortcodes/toot.html diff --git a/layouts/shortcodes/video.html b/layouts/_shortcodes/video.html diff --git a/layouts/_default/about.html b/layouts/about.html diff --git a/layouts/_default/baseof.html b/layouts/baseof.html diff --git a/layouts/_default/index.html b/layouts/index.html diff --git a/layouts/_default/list.html b/layouts/list.html diff --git a/layouts/_default/rss.xml b/layouts/rss.xml diff --git a/layouts/_default/single.html b/layouts/single.html diff --git a/layouts/_default/term.html b/layouts/term.html diff --git a/layouts/_default/terms.html b/layouts/terms.html