Skip to content

Commit 7e5e529

Browse files
committed
link tk.mini-a.ai
1 parent c06931b commit 7e5e529

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ minima:
2121
- channels.md
2222
- search.md
2323

24+
external_nav:
25+
- title: Toolkit
26+
url: "https://tk.mini-a.ai/"
27+
2428
plugins:
2529
- jekyll-feed
2630
- jekyll-seo-tag

_includes/header.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
{%- endif -%}
2828
{%- endfor -%}
2929
{%- endif -%}
30+
{%- if site.external_nav and site.external_nav != empty -%}
31+
{%- for item in site.external_nav -%}
32+
<a class="nav-item" href="{{ item.url }}">{{ item.title | escape }}</a>
33+
{%- endfor -%}
34+
{%- endif -%}
3035
</div>
3136
</nav>
3237
{%- endunless %}

0 commit comments

Comments
 (0)