Remove useless <link> stylesheet tag for removed CSS file
Signed-off-by: Lorenzo Dellacà <lorenzo.dellaca@mind-overflow.net>
This commit is contained in:
parent
3bd2fe5627
commit
e166717e21
@ -20,10 +20,6 @@
|
|||||||
<!-- Scripts End -->
|
<!-- Scripts End -->
|
||||||
|
|
||||||
<!-- Begin Page-specific code -->
|
<!-- Begin Page-specific code -->
|
||||||
{{#is "post, page"}}
|
|
||||||
<link rel="stylesheet" type="text/css" href="{{asset "css/page-style.css"}}" />
|
|
||||||
{{/is}}
|
|
||||||
|
|
||||||
{{#is "post"}}
|
{{#is "post"}}
|
||||||
<script src="{{asset "js/remark42-comments.js"}}"></script>
|
<script src="{{asset "js/remark42-comments.js"}}"></script>
|
||||||
{{/is}}
|
{{/is}}
|
||||||
@ -35,7 +31,6 @@
|
|||||||
{{# is "post, page, tag"}}
|
{{# is "post, page, tag"}}
|
||||||
<title>{{meta_title}} – {{@site.title}}</title>
|
<title>{{meta_title}} – {{@site.title}}</title>
|
||||||
{{/is}}
|
{{/is}}
|
||||||
|
|
||||||
<!-- End Page-specific code -->
|
<!-- End Page-specific code -->
|
||||||
|
|
||||||
{{ghost_head}}
|
{{ghost_head}}
|
||||||
|
Loading…
Reference in New Issue
Block a user