Skip to content

Commit 4f2f1a0

Browse files
authored
Link landing pages from homepage (#266)
* Link landing pages from homepage * Don't use Markdown here We can't use Markdown inside this caller because it adds `p` around violating the validator :(
1 parent f591f3f commit 4f2f1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pages/homepage.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h3 class="ui large monospace header">
109109
<div class="ui centered vertically padded container stackable grid">
110110

111111
{% call homepage.feature_detail_item(header="Supports any doc tool", icon="fad fa-terminal") %}
112-
Integrated support for Sphinx, MkDocs, and Jupyter Book.
112+
Integrated support for <strong><a href="/tools/sphinx/">Sphinx</a></strong>, <strong><a href="/tools/mkdocs/">MkDocs</a></strong>, <strong><a href="/tools/jupyter-book/">Jupyter Book</a></strong>.
113113
Flexible enough to work with any documentation tool.
114114
{% endcall %}
115115

0 commit comments

Comments
 (0)