mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-03 05:07:46 +00:00
Replace asset url from webserver to cdn
This commit is contained in:
parent
e4ccf404a1
commit
2775f3d843
2 changed files with 6 additions and 6 deletions
|
@ -6,8 +6,8 @@
|
|||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<title>{{ site.siteName }}: {{ pageName }}</title>
|
||||
<link href="{{ site.sitePath }}/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/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="{{ site.staticContentPath }}/public/hk/css/simple-sidebar.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
<meta name="author" content="">
|
||||
<link rel="icon" href="../../favicon.ico">
|
||||
<title>{{ site.siteName }}: Housekeeping</title>
|
||||
<link href="{{ site.sitePath }}/public/hk/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="{{ site.sitePath }}/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/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="{{ site.staticContentPath }}/public/hk/css/bootstrap.login.override.css" rel="stylesheet">
|
||||
<link href="{{ site.staticContentPath }}/public/hk/css/sticky-footer.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
@ -40,6 +40,6 @@
|
|||
<span class="text-muted">© Copyright 2018 - Alex Miller</span>
|
||||
</div>
|
||||
</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>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue