diff options
Diffstat (limited to 'includes/head.php')
-rw-r--r-- | includes/head.php | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/includes/head.php b/includes/head.php index ba16fb0..4b95e2f 100644 --- a/includes/head.php +++ b/includes/head.php @@ -200,13 +200,6 @@ <body> <?php - if (!isset($nav) || $nav) { - include('nav.php'); - } + include('nav.php'); ?> <article> - <?php - if (isset($title)) { - printf('<h1>%s</h1>', $title); - } - ?> |