diff options
| author | stilbruch <stilbruch@protonmail.com> | 2022-04-04 20:51:58 -0500 |
|---|---|---|
| committer | stilbruch <stilbruch@protonmail.com> | 2022-04-04 20:51:58 -0500 |
| commit | c03feea6c991040006a1fff77b0ae1636e53bc90 (patch) | |
| tree | bfee4d885f66dd6c1cb9807f5a393f6bc73de85a /app/templates/base/layout.html | |
| parent | 080ea213977e97991fdd32cf502b614ee3299ccf (diff) | |
| download | Strengthy-c03feea6c991040006a1fff77b0ae1636e53bc90.tar.xz Strengthy-c03feea6c991040006a1fff77b0ae1636e53bc90.zip | |
Move favicon stuff to folder
Diffstat (limited to 'app/templates/base/layout.html')
| -rw-r--r-- | app/templates/base/layout.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/templates/base/layout.html b/app/templates/base/layout.html index 40ca911..523d1d9 100644 --- a/app/templates/base/layout.html +++ b/app/templates/base/layout.html @@ -9,9 +9,9 @@ <script src="https://friconix.com/cdn/friconix.js"> </script> <!-- favicon.io template --> - <link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png"> + <link rel="apple-touch-icon" sizes="180x180" href="/static/favicon/apple-touch-icon.png"> + <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon/favicon-32x32.png"> + <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon/favicon-16x16.png"> <link rel="manifest" href="/static/site.webmanifest"> <title>Strenghty 💪</title> @@ -21,7 +21,7 @@ <nav class="navbar" role="navigation" aria-label="main navigation"> <div class="navbar-brand"> <a class="navbar-item"> - <img src="/static/apple-touch-icon.png"> + <img src="/static/favicon/apple-touch-icon.png"> </a> </div> |
