From 8fdfb25dfdde56032ff91f0e3ffbe4f0a7536bdf Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 22 Feb 2022 00:07:24 -0300 Subject: [PATCH] Add particle-js div in 'about' page --- _layouts/default.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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 %}