Skip to content

Commit eb3651b

Browse files
authored
Merge pull request #7 from leofang/link_array_api
Link to the Array API standard page
2 parents 9420bc9 + 6686dac commit eb3651b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ pygmentsUseClasses = true
2222
name = "Blog"
2323
weight = -100
2424
url = "/blog/"
25+
26+
[[menu.main]]
27+
name = "Array API"
28+
weight = -100
29+
url = "https://data-apis.org/array-api/latest/"
2530

2631
# To render raw html tags within Markdown
2732
[markup.goldmark.renderer]

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)