Browse Source

Simplify header link text

Sunny 2 years ago
parent
commit
6e4ceeb4ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      elements/header.php

+ 1 - 1
elements/header.php

@@ -21,7 +21,7 @@
   <body>
     <header>
       <div class="wrapper">
-        <a href="."><?= $title ?></a>
+        <a href="."><?= $config["title"] ?></a>
         <form action="search.php">
           <input name="query" placeholder="Search..." required>
         </form>