diff options
| author | bogdankol <68349689+bogdankol@users.noreply.github.com> | 2024-04-25 17:51:52 +0300 |
|---|---|---|
| committer | bogdankol <68349689+bogdankol@users.noreply.github.com> | 2024-04-25 17:51:52 +0300 |
| commit | 886f254d0550427d301a163c159363a2ee2e1f44 (patch) | |
| tree | 1a3e8060e778318d97a723a0ceef1628b36dfb1c /templates/main.html | |
| parent | e2e5f3a9ae0286a9322c4942028193133364af1a (diff) | |
| download | community.vyos.net-886f254d0550427d301a163c159363a2ee2e1f44.tar.gz community.vyos.net-886f254d0550427d301a163c159363a2ee2e1f44.zip | |
added staging fix
Diffstat (limited to 'templates/main.html')
| -rw-r--r-- | templates/main.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/templates/main.html b/templates/main.html index 80fd5a4..207914f 100644 --- a/templates/main.html +++ b/templates/main.html @@ -116,9 +116,7 @@ </div> </header> <main> - <div - id="content" - > + <div id="content"> <!-- content is automatically inserted here --> </div> </main> @@ -212,7 +210,7 @@ <p>© 2024 vyos.io All rights reserved.</p> <div class="social-logos"> - <!-- twitter icon --> + <!-- twitter icon --> <a href="https://twitter.com/vyos_dev" target="_blank" @@ -231,7 +229,7 @@ </svg> </a> - <!-- linkedin icon --> + <!-- linkedin icon --> <a href="https://www.linkedin.com/company/vyos/" target="_blank" @@ -250,7 +248,7 @@ </svg> </a> - <!-- facebook icon --> + <!-- facebook icon --> <a href="https://www.facebook.com/vyosofficial/" target="_blank" @@ -269,7 +267,7 @@ </svg> </a> - <!-- reddit icon --> + <!-- reddit icon --> <a href="https://www.reddit.com/r/vyos/" target="_blank" @@ -352,6 +350,7 @@ <script src="/js/rive-animations.js"></script> <script src="/js/scroll-detector-for-header.js"></script> <script src="/js/form-insertions.js"></script> + <script src="/js/staging-detection.js"></script> <script charset="utf-8" type="text/javascript" |
