Start applying styles to blog posts.

This commit is contained in:
Tom Alexander
2023-12-19 19:23:56 -05:00
parent 050b426f6f
commit e193fcc2ba
4 changed files with 48 additions and 13 deletions

View File

@@ -6,14 +6,14 @@
{#global_settings.js_files}<script type="text/javascript" src="{.}"></script>{/global_settings.js_files}
{?global_settings.page_title}<title>{global_settings.page_title}</title>{/global_settings.page_title}
</head>
<body>
<body class="page_centering">
{#.page_header}{>page_header/}{/.page_header}
<div class="main_content">
<main class="main_content">
{@select key=.type}
{@eq value="blog_post_page"}{>blog_post_page/}{/eq}
{@eq value="blog_stream"}{>blog_stream/}{/eq}
{@none}{!TODO: make this panic!}ERROR: Unrecognized page content type{/none}
{/select}
</div>
</main>
</body>
</html>