We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28241da commit 804f240Copy full SHA for 804f240
_includes/head.html
@@ -11,7 +11,7 @@
11
12
<!-- Controlla il layout e aggiungi il CSS solo per i post -->
13
{% if page.layout == "post" %}
14
- <link rel="stylesheet" href="{{ "/post.css" | prepend: site.baseurl }}">
+ <link rel="stylesheet" href="{{ "css/post.css" | prepend: site.baseurl }}">
15
{% endif %}
16
17
<link
0 commit comments