Add particle-js div in 'about' page

This commit is contained in:
Santiago Lo Coco 2022-02-22 00:07:24 -03:00
parent 14e694e626
commit 8fdfb25dfd
1 changed files with 9 additions and 0 deletions

View File

@ -14,9 +14,18 @@ layout: parse
<body class="{%- if site.navbar_fixed -%}fixed-top-nav{%- endif -%}"> <body class="{%- if site.navbar_fixed -%}fixed-top-nav{%- endif -%}">
{%- include header.html %} {%- include header.html %}
{%- if page.title == "about" -%}
<div id="particles-js">
{% include scripts/particles.html %}
<div class="container mt-5">
{{ content }}
</div>
</div>
{%- else -%}
<div class="container mt-5"> <div class="container mt-5">
{{ content }} {{ content }}
</div> </div>
{%- endif -%}
{% include scripts/jquery.html %} {% include scripts/jquery.html %}
{% include scripts/bootstrap.html %} {% include scripts/bootstrap.html %}