Remove footer
This commit is contained in:
parent
cedf78e3bb
commit
61b083e95a
|
@ -4,7 +4,6 @@ layout: parse
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="{{ site.lang }}">
|
<html lang="{{ site.lang }}">
|
||||||
|
|
||||||
<!-- Head -->
|
|
||||||
<head>
|
<head>
|
||||||
{%- if page.redirect -%}
|
{%- if page.redirect -%}
|
||||||
<meta http-equiv="refresh" content="3; url={{ site.baseurl | prepend: site.url }}/" />
|
<meta http-equiv="refresh" content="3; url={{ site.baseurl | prepend: site.url }}/" />
|
||||||
|
@ -12,21 +11,14 @@ layout: parse
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<!-- Body -->
|
|
||||||
<body class="{%- if site.navbar_fixed -%}fixed-top-nav{%- endif -%} {% unless site.footer_fixed %}sticky-bottom-footer{% endunless %}">
|
<body class="{%- if site.navbar_fixed -%}fixed-top-nav{%- endif -%} {% unless site.footer_fixed %}sticky-bottom-footer{% endunless %}">
|
||||||
|
|
||||||
<!-- Header -->
|
|
||||||
{%- include header.html %}
|
{%- include header.html %}
|
||||||
|
|
||||||
<!-- Content -->
|
|
||||||
<div class="container mt-5">
|
<div class="container mt-5">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Footer -->
|
|
||||||
<!-- {%- include footer.html %} -->
|
|
||||||
|
|
||||||
<!-- JavaScripts -->
|
|
||||||
{% include scripts/jquery.html %}
|
{% include scripts/jquery.html %}
|
||||||
{% include scripts/bootstrap.html %}
|
{% include scripts/bootstrap.html %}
|
||||||
{% include scripts/masonry.html %}
|
{% include scripts/masonry.html %}
|
||||||
|
|
Loading…
Reference in New Issue