diff options
Diffstat (limited to 'about/author.html')
-rw-r--r-- | about/author.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/about/author.html b/about/author.html index 1c279ee..841b859 100644 --- a/about/author.html +++ b/about/author.html @@ -5,7 +5,6 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="/style.css"> - <link rel="icon" href="/assets/images/master.svg"> <title>About Author • Al Azhar 9th Grade Lesson Notes</title> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> @@ -20,11 +19,10 @@ <div id="console"></div> <div id="sidebar"> <div> - <a href="/index.html"> + <a href="/"> <img src="/assets/images/master.svg" alt="" class="sidebar-logo"> </a> - <h3 id="title" class="align-center">Al Azhar 9th Grade Lesson Notes</h3> </div> <div> @@ -71,4 +69,4 @@ <script src="/scripts/onload/toc.js"></script> <script src="/scripts/sidebar.js"></script> </body> -</html>
\ No newline at end of file +</html> |