Skip to content

Commit 0433110

Browse files
Merge pull request #786 from BioKIC/new-site-banner
Banner alert for new Symbiota Docs website
2 parents 62c11ba + 8477e01 commit 0433110

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

themes/dot/layouts/_default/baseof.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
</header>
1818
{{ "<!-- /header -->" | safeHTML }}
1919
{{ end }}
20+
<div class="alert alert-warning text-center m-0">
21+
You are viewing the now-deprecated version of Symbiota Docs. For the new version, visit:
22+
<a href="https://docs.symbiota.org/docs/about" >https://docs.symbiota.org/docs/about</a>.
23+
</div>
2024
{{ block "main" . }}{{ end }}
2125
{{ partial "footer.html" . }}
2226
</body>

0 commit comments

Comments
 (0)