Skip to content

Commit

Permalink
Fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Mar 6, 2024
1 parent 929910d commit 6beef59
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docs/_themes/inheritor/layout.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
{% extends "basic/layout.html" %}

{%- block extrahead %}
{{ super() }}

<link rel="stylesheet" href="https://pages.nist.gov/nist-header-footer/css/nist-combined.css">
<script src="https://code.jquery.com/jquery-3.6.2.min.js" type="text/javascript" defer="defer"></script>
{header_footer_script}
{% endblock %}


{%- block footer %}

{{ super() }}

<!-- Taken from https://www.filamentgroup.com/lab/html-includes/#another-demo%3A-including-another-html-file -->
<iframe src="{{ pathto('_static/ntd2d_menu.html', 1) }}" onload="this.before((this.contentDocument.body||this.contentDocument).children[0]);this.remove()"></iframe>
<p>This is my footer!</p>

{%- endblock %}

0 comments on commit 6beef59

Please sign in to comment.