Add a /sitemap to the WebHost (#418)

This commit is contained in:
Chris Wilson
2022-04-05 01:14:30 -04:00
committed by GitHub
parent 944571ea89
commit f2055daf1a
5 changed files with 57 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
{% endblock %}
{% block body %}
{% include 'header/oceanHeader.html' %}
{% include 'header/oceanIslandHeader.html' %}
<div id="check-wrapper">
<div id="check" class="grass-island">
<h3>Upload Yaml</h3>
@@ -24,5 +24,4 @@
</div>
</div>
</div>
{% include 'islandFooter.html' %}
{% endblock %}