]> git.donarmstrong.com Git - laureldon.git/commitdiff
move article to the interior
authorDon Armstrong <don@donarmstrong.com>
Thu, 13 Feb 2025 05:06:47 +0000 (21:06 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 13 Feb 2025 05:06:47 +0000 (21:06 -0800)
templates/page.tmpl

index 45599c54c7fc5b0c0abb98c71e98122cffc5cad5..8ec3379a4dd36b0f7eebd2d30d2f901a9e2cd5dd 100644 (file)
@@ -65,8 +65,6 @@ document.addEventListener('DOMContentLoaded', () => {
 </head>
 <body>
 
-<article class="page">
-
   <section class="hero is-primary is-small">
     <div class = "hero-head">
 <nav class="navbar" role="navigation" aria-label="main navigation">
@@ -167,13 +165,13 @@ document.addEventListener('DOMContentLoaded', () => {
 
 <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
 
-<div class = "columns is-centered is-multiline is-fullheight">
+<div class = "columns is-centered is-multiline">
   <div class = "column is-half">
 <section id="pagebody" class="section">
 
-<div class="content">        
+<article class="content">
   <TMPL_VAR CONTENT>
-</div>
+</article>
 
 <TMPL_IF ENCLOSURE>
 <TMPL_IF HTML5><section id="enclosure"><TMPL_ELSE><div id="enclosure"></TMPL_IF>
@@ -265,8 +263,6 @@ Last edited <TMPL_VAR MTIME>
 </TMPL_UNLESS>
 <!-- from <TMPL_VAR WIKINAME> -->
 </footer>
-</article>
-
 
 </body>
 </html>