mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fix ghost-ui reference
fixes #4072 - Correct reference to ghost.min.css
This commit is contained in:
parent
5cdb6510ae
commit
3e6d11e8fa
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
<meta http-equiv="cleartype" content="on">
|
||||
|
||||
<link rel="stylesheet" type='text/css' href='//fonts.googleapis.com/css?family=Open+Sans:400,300,700'>
|
||||
<link rel="stylesheet" href="{{asset "css/ghost-ui.min.css" ghost="true"}}">
|
||||
<link rel="stylesheet" href="{{asset "css/ghost.min.css" ghost="true"}}">
|
||||
</head>
|
||||
<body class="{{bodyClass}}">
|
||||
<main role="main" id="main">
|
||||
|
@ -55,4 +55,4 @@
|
|||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue