1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-03 13:17:46 +00:00

Merge pull request #15 from GitHabbo/feature/housekeeping-assets

Replace asset url from webserver to cdn
This commit is contained in:
Quackster 2022-11-27 16:45:15 +10:00 committed by GitHub
commit 6e5b92a626
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -6,8 +6,8 @@
<meta name="description" content=""> <meta name="description" content="">
<meta name="author" content=""> <meta name="author" content="">
<title>{{ site.siteName }}: {{ pageName }}</title> <title>{{ site.siteName }}: {{ pageName }}</title>
<link href="{{ site.sitePath }}/public/hk/css/bootstrap.min.css" rel="stylesheet"> <link href="{{ site.staticContentPath }}/public/hk/css/bootstrap.min.css" rel="stylesheet">
<link href="{{ site.sitePath }}/public/hk/css/simple-sidebar.css" rel="stylesheet"> <link href="{{ site.staticContentPath }}/public/hk/css/simple-sidebar.css" rel="stylesheet">
</head> </head>

View file

@ -7,9 +7,9 @@
<meta name="author" content=""> <meta name="author" content="">
<link rel="icon" href="../../favicon.ico"> <link rel="icon" href="../../favicon.ico">
<title>{{ site.siteName }}: Housekeeping</title> <title>{{ site.siteName }}: Housekeeping</title>
<link href="{{ site.sitePath }}/public/hk/css/bootstrap.min.css" rel="stylesheet"> <link href="{{ site.staticContentPath }}/public/hk/css/bootstrap.min.css" rel="stylesheet">
<link href="{{ site.sitePath }}/public/hk/css/bootstrap.login.override.css" rel="stylesheet"> <link href="{{ site.staticContentPath }}/public/hk/css/bootstrap.login.override.css" rel="stylesheet">
<link href="{{ site.sitePath }}/public/hk/css/sticky-footer.css" rel="stylesheet"> <link href="{{ site.staticContentPath }}/public/hk/css/sticky-footer.css" rel="stylesheet">
</head> </head>
<body> <body>
@ -40,6 +40,6 @@
<span class="text-muted">&copy; Copyright 2018 - Alex Miller</span> <span class="text-muted">&copy; Copyright 2018 - Alex Miller</span>
</div> </div>
</footer> </footer>
<script src="{{ site.sitePath }}/public/hk/js/ie10-viewport-bug-workaround.js"></script> <script src="{{ site.staticContentPath }}/public/hk/js/ie10-viewport-bug-workaround.js"></script>
</body> </body>
</html> </html>