afterthoughts... removing nav
2 files changed, 0 insertions(+), 6 deletions(-)

M includes/site_header.php
M style.css
M includes/site_header.php +0 -1
@@ 13,7 13,6 @@ 
 <body>
 
 <header>
-    <span><a href="<?=URL?>">lipu li</a> <a><?=$site_user['name']?></a></span>
     <nav>
         <?=site_link($site_user['name'], null, "Home")?>
         <a href="pages.php?u=<?=$site_user['name']?>">Pages</a>

          
M style.css +0 -5
@@ 52,8 52,3 @@ footer {
 .link::before {
     content: "↗ ";
 }
-
-header {
-    display: flex;
-    justify-content: space-between;
-}
  No newline at end of file