minor
This commit is contained in:
parent
8e06ce9ff7
commit
c5510c7329
2 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ feed_filenames = ["rss.xml"]
|
|||
|
||||
[markdown]
|
||||
highlighting = { theme = "GitHub-Dark" }
|
||||
external_links_target_blank = true
|
||||
|
||||
[extra]
|
||||
author = "Yan Lin"
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
<nav>
|
||||
<a href="{{ get_url(path='/') }}" class="site-title">{{ config.title }}</a>
|
||||
{% set root = get_section(path="_index.md") %}
|
||||
{% for path in root.subsections %}
|
||||
{% for path in root.subsections | sort %}
|
||||
{% set s = get_section(path=path) %}
|
||||
<a href="{{ s.permalink }}">{{ s.title }}</a>
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue