Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

couple updates to Swirl adming ui #1328

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions swirl/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
{% load static %}
{% load env_extras %}
<title>Swirl {% get_swirl_version %} - {% block title %}Home{% endblock %}</title>
<title>SWIRL {% get_swirl_version %} - {% block title %}Home{% endblock %}</title>
<meta name="description" content="Swirl - Home">
<meta name="author" content="sid@swirl.today">
<meta property="og:description" content="Swirl - Home">
Expand All @@ -29,7 +29,7 @@
</section>
<footer>
<div class="centered">
<span class="fineprint"><a href="https://github.com/swirlai/swirl-search/">Swirl {% get_swirl_version %}</a> &nbsp;|&nbsp; <a href="https://github.com/swirlai/swirl-search/blob/main/LICENSE">LICENSE</a> &nbsp;|&nbsp; <a href="https://github.com/swirlai/swirl-search/blob/main/NOTICE">NOTICE</a></span>
<span class="fineprint"><a href="https://github.com/swirlai/swirl-search/">SWIRL AI CONNECT {% get_swirl_version %}</a> &nbsp;|&nbsp; <a href="https://github.com/swirlai/swirl-search/blob/main/LICENSE">LICENSE</a> &nbsp;|&nbsp; <a href="https://github.com/swirlai/swirl-search/blob/main/NOTICE">NOTICE</a></span>
</div>
</footer>
</centered>
Expand Down
4 changes: 2 additions & 2 deletions swirl/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
&#10230; <a href="/swirl/querytransforms/" target="_new">QueryTransforms</a><br/>
&#10230; <a href="/swirl/search/" target="_new">Search</a><br/>
&#10230; <a href="/swirl/results/" target="_new">Results</a><br/>
&#10230; <a href="/swirl/api/docs" target="_new">Swirl API</a><br/><br/>
&#10230; <a href="/swirl/api/docs" target="_new">SWIRL API</a><br/><br/>
Utilities:<br/>
&#10230; <a href="/admin/" target="_new">Admin</a><br/>
&#10230; <a href="https://docs.swirl.today/" target="_new">Documentation</a><br/>
&#10230; <a href="https://swirl.today/about/resources/" target="_new">Support</a><br/><br/>
&#10230; <a href="https://swirlaiconnect.com/resources/" target="_new">Support</a><br/><br/>
{% endblock %}