Skip to content

Commit 5a0677d

Browse files
removed too much
1 parent 21fce77 commit 5a0677d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

overrides/main.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
11
{% extends "base.html" %}
22

3+
{% block libs %}
4+
{{ super() }}
5+
{% if page.is_homepage %}
6+
<script src="{{ base_url }}/javascript/homepage.js" defer></script>
7+
{% endif %}
8+
{% endblock %}
9+
310
{% block content %}
411
{% if page.nb_url %}
512
<a href="{{ page.nb_url }}" title="Download Notebook" class="md-content__button md-icon">
613
{% include ".icons/material/download.svg" %}
714
</a>
815
{% endif %}
9-
10-
1116
{% if page and page.meta %}
1217
<h1 class="header-with-tags"> {{ page.meta.title }} </h1>
13-
1418
{% if page.meta.summary %}
1519
<div role="doc-subtitle"> {{ page.meta.summary }} </div>
16-
{% endif %}
20+
{% endif %}
1721
{% endif %}
1822

1923
{{ super() }}
24+
{% endblock %}
2025

2126
<details class="info" open="">
2227
<summary><em>External Links Disclaimer</em></summary>

0 commit comments

Comments
 (0)