File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments