bump banner

This commit is contained in:
Jason Liu
2024-01-03 00:35:41 -05:00
parent e5048eb938
commit 5b0936bac4
2 changed files with 26 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{% extends "base.html" %} {% block announce %} For updates follow
<strong>@jxnlco</strong> on
<a href="https://twitter.com/jxnlco">
<span class="twemoji twitter">
{% include ".icons/fontawesome/brands/twitter.svg" %}
</span>
<strong>Twitter</strong>
</a>
and
<span class="twemoji star">
{% include ".icons/fontawesome/solid/star.svg" %}
</span>
us on
<a href="https://www.github.com/jxnl/instructor">
<span class="twemoji github">
{% include ".icons/fontawesome/brands/github.svg" %}
</span>
<strong>GitHub</strong> </a
>. If you don't like python, check out the
<a href="https://www.github.com/jxnl/instructor-js"><strong>TS/JS</strong></a>
and
<a href="https://github.com/thmsmlr/instructor_ex/">
<strong>Elixir</strong>
</a>
ports. {% endblock %}
+1
View File
@@ -69,6 +69,7 @@ theme:
font:
text: Roboto
code: Roboto Mono
custom_dir: docs/overrides
# Extensions
markdown_extensions:
- abbr