Skip to content

Commit 3bec019

Browse files
author
Qian Li
committed
Remove scrollspy.html
1 parent f2352cc commit 3bec019

File tree

4 files changed

+3
-26
lines changed

4 files changed

+3
-26
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{% include head.html %}
55

6-
<body data-spy="scroll" data-target=".toc">
6+
<body data-spy="scroll" data-target="nav">
77

88
{% include navbar.html %}
99

_layouts/scrollspy.html

Lines changed: 0 additions & 23 deletions
This file was deleted.

pages/getting-started/advanced-tutorial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: scrollspy
2+
layout: page
33
title: Advanced Tutorial
44
date: 2014-08-01 03:53:28.000000000 +08:00
55
permalink: /getting-started/advanced-tutorial/

pages/getting-started/basic-tutorial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: scrollspy
2+
layout: page
33
title: Basic Tutorial
44
date: 2014-08-01 03:44:56.000000000 +08:00
55
permalink: /getting-started/basic-tutorial/

0 commit comments

Comments
 (0)