Skip to content

Commit

Permalink
Stop overriding the footer on the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev authored Jan 7, 2025
1 parent 63cdeb6 commit c9df0c7
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,19 +105,9 @@ <h1>Gradle Cookbook</h1>
</div>
</section>
{% endblock %}
{% block content %}{% endblock %}
{% block footer %}
<div class="md-footer-meta md-typeset">
<!-- Cookie Consent -->
<!-- FIXME: <div id="analytics-consent-div"></div> -->

<div class="md-footer-meta__inner md-grid">
{% include "partials/copyright.html" %}
{% block content %}{% endblock %}

<!-- Social links -->
{% if config.extra.social %}
{% include "partials/social.html" %}
{% endif %}
</div>
</div>
{% block footer %}
{{ super() }}
{% endblock %}

0 comments on commit c9df0c7

Please sign in to comment.