0
Fork 0
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:
Fabian Becker 2014-09-19 18:31:21 +00:00
parent 5cdb6510ae
commit 3e6d11e8fa

View file

@ -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>