diff --git a/_layouts/default.html b/_layouts/default.html index 54a2997..5cf4f8b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -14,9 +14,18 @@ layout: parse {%- include header.html %} + {%- if page.title == "about" -%} +
+ {% include scripts/particles.html %} +
+ {{ content }} +
+
+ {%- else -%}
{{ content }}
+ {%- endif -%} {% include scripts/jquery.html %} {% include scripts/bootstrap.html %}