Skip to content

Commit

Permalink
Merge pull request #239 from nerc-project/fix-theme
Browse files Browse the repository at this point in the history
fix theme after ending maintenance
  • Loading branch information
jtriley authored Jan 16, 2025
2 parents d706e29 + d888869 commit e31e0ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nerc-theme/main.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "base.html" %} {% block announce %}
<!--
<div class="parent">
<!--
<div class="maintain">
<div>Upcoming NERC Network Equipment and Switch Maintenance</div>
<div>
Expand All @@ -13,6 +13,7 @@
>
</div>
</div>
-->
<div class="child">
<iframe
src="https://nerc.instatus.com/embed-status/light-sm"
Expand All @@ -24,7 +25,6 @@
></iframe>
</div>
</div>
-->
{% endblock %} {% block htmltitle %}
<title>New England Research Cloud(NERC)</title>
{% endblock %} {% block footer %}
Expand Down

0 comments on commit e31e0ca

Please sign in to comment.