We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62c11ba + 8477e01 commit 0433110Copy full SHA for 0433110
themes/dot/layouts/_default/baseof.html
@@ -17,6 +17,10 @@
17
</header>
18
{{ "<!-- /header -->" | safeHTML }}
19
{{ 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>
24
{{ block "main" . }}{{ end }}
25
{{ partial "footer.html" . }}
26
</body>
0 commit comments