diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-04-24 18:24:13 +0200 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-04-24 18:24:13 +0200 |
commit | 27ad4f007ea28af7c9bf68073d5b2bf820238cdf (patch) | |
tree | bae1196dd987de103b45e8aab15da76c9489ee21 | |
parent | welcome to 2020 (diff) | |
download | infra-status-27ad4f007ea28af7c9bf68073d5b2bf820238cdf.tar.gz infra-status-27ad4f007ea28af7c9bf68073d5b2bf820238cdf.tar.bz2 infra-status-27ad4f007ea28af7c9bf68073d5b2bf820238cdf.zip |
Update the CDN urls20200424T182525Z
Signed-off-by: Max Magorsch <arzano@gentoo.org>
-rw-r--r-- | views/layout.erb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/views/layout.erb b/views/layout.erb index 56af4d7..27af1c5 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -6,8 +6,8 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="theme-color" content="#54487a"> <meta name="description" content="Gentoo infrastructure status provides information on the status of the services the Gentoo Linux distribution offers to its developers and users."> - <link href="https://assets.gentoo.org/tyrian/bootstrap.min.css" rel="stylesheet" media="screen"> - <link href="https://assets.gentoo.org/tyrian/tyrian.min.css" rel="stylesheet" media="screen"> + <link href="https://assets.gentoo.org/tyrian/v1.0.0/bootstrap.min.css" rel="stylesheet" media="screen"> + <link href="https://assets.gentoo.org/tyrian/v1.0.0/tyrian.min.css" rel="stylesheet" media="screen"> <link href="/assets/css/infra-status.css" rel="stylesheet" media="screen"> <link rel="icon" href="https://www.gentoo.org/favicon.ico" type="image/x-icon"> </head> @@ -41,8 +41,8 @@ </div> <div class="logo"> <a href="/" title="Back to the homepage" class="site-logo"> - <object data="https://assets.gentoo.org/tyrian/site-logo.svg" type="image/svg+xml"> - <img src="https://assets.gentoo.org/tyrian/site-logo.png" alt="Gentoo Linux Logo"> + <object data="https://assets.gentoo.org/tyrian/v1.0.0/site-logo.svg" type="image/svg+xml"> + <img src="https://assets.gentoo.org/tyrian/v1.0.0/site-logo.png" alt="Gentoo Linux Logo"> </object> </a> <span class="site-label">Infra status</span> @@ -129,8 +129,8 @@ </div> </footer> - <script src="https://assets.gentoo.org/tyrian/jquery.min.js"></script> - <script src="https://assets.gentoo.org/tyrian/bootstrap.min.js"></script> + <script src="https://assets.gentoo.org/tyrian/v1.0.0/jquery.min.js"></script> + <script src="https://assets.gentoo.org/tyrian/v1.0.0/bootstrap.min.js"></script> <script src="/assets/js/infra-status.js"></script> </body> </html> |