Add particle-js div in 'about' page
This commit is contained in:
parent
14e694e626
commit
8fdfb25dfd
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue