Skip to content

Commit 804f240

Browse files
author
Claudio Cortese
committed
Fix path
1 parent 28241da commit 804f240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<!-- Controlla il layout e aggiungi il CSS solo per i post -->
1313
{% if page.layout == "post" %}
14-
<link rel="stylesheet" href="{{ "/post.css" | prepend: site.baseurl }}">
14+
<link rel="stylesheet" href="{{ "css/post.css" | prepend: site.baseurl }}">
1515
{% endif %}
1616

1717
<link

0 commit comments

Comments
 (0)