Skip to content

Commit 6686dac

Browse files
authored
add link to array api on footer
1 parent fc5dc49 commit 6686dac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

layouts/partials/footer.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<li>
66
<a href="/blog/">Blog</a>
77
</li>
8+
<li>
9+
<a href="https://data-apis.org/array-api/latest/">Array API</a>
10+
</li>
811
<li>
912
<a href="https://github.com/data-apis">GitHub</a>
1013
</li>
@@ -17,4 +20,4 @@
1720
</ul>
1821
</nav>
1922
<p>&copy Consortium Members; Licence MIT.</p>
20-
</footer>
23+
</footer>

0 commit comments

Comments
 (0)