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 0dd6cc5 commit f536e4bCopy full SHA for f536e4b
_includes/head.html
@@ -8,6 +8,12 @@
8
9
<!-- Custom CSS & Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
10
<link rel="stylesheet" href="{{ "/style.css" | prepend: site.baseurl }}">
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 }}">
15
+ {% endif %}
16
17
<link
18
rel="stylesheet"
19
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
_layouts/style.css
@@ -1,4 +1,3 @@
1
{% include css/bootstrap.min.css %}
2
{% include css/agency.css %}
3
-{% include css/post.css %}
4
{{ content }}
0 commit comments