diff options
Diffstat (limited to 'app/templates/base')
| -rw-r--r-- | app/templates/base/layout.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/templates/base/layout.html b/app/templates/base/layout.html index c539baa..0d5fe1a 100644 --- a/app/templates/base/layout.html +++ b/app/templates/base/layout.html @@ -6,6 +6,7 @@ <!-- Bulma css --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css"> + <script src="https://friconix.com/cdn/friconix.js"> </script> <title>Strenghty 💪</title> </head> @@ -13,9 +14,6 @@ <!-- navbar --> <nav class="navbar" role="navigation" aria-label="main navigation"> <div class="navbar-brand"> - <a class="navbar-item" href="https://bulma.io"> - <img src="https://bulma.io/images/bulma-logo.png" width="112" height="28"> - </a> <a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample"> <span aria-hidden="true"></span> |
