Skip to content

Commit

Permalink
Merge pull request #22 from jeffjennings/footer
Browse files Browse the repository at this point in the history
Remove generic footer text
  • Loading branch information
adrn authored Jan 21, 2025
2 parents 70e6890 + 210f6d2 commit 5bd8a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<footer class="at-tutorial-footer">Astropy footer</footer>
<footer class="at-tutorial-footer"> </footer>
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ body[data-format='mobile'] .jp-OutputArea-child .jp-OutputArea-output {
{{ super() }}
</main>

<footer class="at-tutorial-footer">Astropy footer</footer>
<footer class="at-tutorial-footer"> </footer>
{% endblock body_loop %}

{% block body_footer %}
Expand Down

0 comments on commit 5bd8a4d

Please sign in to comment.