aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/partials/header.php5
-rw-r--r--app/views/partials/navigator.php5
2 files changed, 8 insertions, 2 deletions
diff --git a/app/views/partials/header.php b/app/views/partials/header.php
index d78bbe3..7432617 100644
--- a/app/views/partials/header.php
+++ b/app/views/partials/header.php
@@ -1,5 +1,8 @@
<!DOCTYPE html>
-<html class="has-navbar-fixed-top" lang="en-us">
+
+<script>document.write('<html class="has-navbar-fixed-top" lang="en-us">');</script>
+<noscript><html lang="en-us"></noscript>
+
<head>
<title><?php echo $title = $title ?? 'Portfolio - '; ?>Thedro Neely</title>
diff --git a/app/views/partials/navigator.php b/app/views/partials/navigator.php
index 7344f31..3a5dff3 100644
--- a/app/views/partials/navigator.php
+++ b/app/views/partials/navigator.php
@@ -1,4 +1,7 @@
- <nav id="navbar" class="navbar is-fixed-top" aria-label="main navigation">
+
+ <script>document.write('<nav id="navbar" class="navbar is-fixed-top" aria-label="main navigation">');</script>
+ <noscript><nav id="navbar" class="navbar" aria-label="main navigation"></noscript>
+
<div class="container">
<div class="navbar-brand navbar__mobile__compact">