Skip to content

Commit

Permalink
Change Url
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaobenx committed Apr 24, 2018
1 parent fcf093a commit e0a52f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ title: 索引
{% for file in site.static_files %}
{% if file.name == "index.html" or file.name == "index.htm"%}

* [{{ file.path | remove: file.name | remove: "/" }}]({{ site.baseurl | append: file.path }})
* [{{ file.path | remove: file.name | remove: "/" }}]({{ site.url | append: file.path }})
{% endif %}
{% endfor %}

0 comments on commit e0a52f9

Please sign in to comment.