diff options
Diffstat (limited to 'theme')
-rw-r--r-- | theme/templates/includes/book/header.html | 2 | ||||
-rw-r--r-- | theme/templates/includes/book/summary.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/theme/templates/includes/book/header.html b/theme/templates/includes/book/header.html index d3baf1d..c9ce5e4 100644 --- a/theme/templates/includes/book/header.html +++ b/theme/templates/includes/book/header.html @@ -13,5 +13,5 @@ <!-- Title --> - <h1><a href="{{ basePath }}/README.html" >{{ title }}</a></h1> + <h1><a href="{{ basePath }}/" >{{ title }}</a></h1> </div> diff --git a/theme/templates/includes/book/summary.html b/theme/templates/includes/book/summary.html index 996ff3d..256f94d 100644 --- a/theme/templates/includes/book/summary.html +++ b/theme/templates/includes/book/summary.html @@ -11,7 +11,7 @@ </li> <li class="divider"></li> <li data-level="0"> - <a href="{{ basePath }}/README.html"><i class="fa fa-check"></i> Introduction</a> + <a href="{{ basePath }}/"><i class="fa fa-check"></i> Introduction</a> </li> {% for item in summary.chapters %} <li {% if item._path == _input %}class="active"{% endif %} data-level="{{ item.level }}"> |