From 83be3465ccd4bdc43cdfc14f253c236e2f44379e Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Thu, 13 Oct 2016 13:59:34 +0800 Subject: Fix scrollspy --- public/views/foot.ejs | 1 + public/views/pretty.ejs | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'public/views') diff --git a/public/views/foot.ejs b/public/views/foot.ejs index 696fe3b6..4ba18e3a 100644 --- a/public/views/foot.ejs +++ b/public/views/foot.ejs @@ -20,6 +20,7 @@ + <%- include build/index-scripts %> diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs index 0cd9e012..b0eb568f 100644 --- a/public/views/pretty.ejs +++ b/public/views/pretty.ejs @@ -99,8 +99,9 @@ <% } %> - + + <%- include build/pretty-scripts %> -- cgit v1.2.3 From 440ad3506c22791fb58c1cc7888518ab93de3662 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Thu, 13 Oct 2016 15:13:03 +0800 Subject: Fix lastchangeui and moment timestamps --- public/views/foot.ejs | 1 + public/views/pretty.ejs | 1 + public/views/slide.ejs | 1 + 3 files changed, 3 insertions(+) (limited to 'public/views') diff --git a/public/views/foot.ejs b/public/views/foot.ejs index 4ba18e3a..b51920dc 100644 --- a/public/views/foot.ejs +++ b/public/views/foot.ejs @@ -18,6 +18,7 @@ <% } %> + diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs index b0eb568f..09b548a8 100644 --- a/public/views/pretty.ejs +++ b/public/views/pretty.ejs @@ -100,6 +100,7 @@ <% } %> + diff --git a/public/views/slide.ejs b/public/views/slide.ejs index 79d77086..679bed2d 100644 --- a/public/views/slide.ejs +++ b/public/views/slide.ejs @@ -102,6 +102,7 @@ <% } %> + <%- include build/slide-scripts %> -- cgit v1.2.3 From bcb12b9ae7d3562a05d007d6bab1042c1e6319fe Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Thu, 13 Oct 2016 15:30:26 +0800 Subject: Remove jquery-scrollspy dependency scrollspy is bootstrap built-in plugin --- public/views/foot.ejs | 1 - public/views/pretty.ejs | 1 - 2 files changed, 2 deletions(-) (limited to 'public/views') diff --git a/public/views/foot.ejs b/public/views/foot.ejs index b51920dc..983ce3d7 100644 --- a/public/views/foot.ejs +++ b/public/views/foot.ejs @@ -21,7 +21,6 @@ - <%- include build/index-scripts %> diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs index 09b548a8..d5814fc1 100644 --- a/public/views/pretty.ejs +++ b/public/views/pretty.ejs @@ -102,7 +102,6 @@ - <%- include build/pretty-scripts %> -- cgit v1.2.3 From d6003649337c2565e04132a58b42f7a520eb5037 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Thu, 13 Oct 2016 16:25:38 +0800 Subject: Fix history deletion --- public/views/index.ejs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'public/views') diff --git a/public/views/index.ejs b/public/views/index.ejs index 0bc3dd50..e2894589 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -204,7 +204,9 @@ <% } %> - + + + <%- include build/cover-scripts %> -- cgit v1.2.3 From 747502e694efb5131e1f589adcb608580347e1e0 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Thu, 13 Oct 2016 16:35:43 +0800 Subject: Fix HTML exporting --- public/views/foot.ejs | 1 + public/views/pretty.ejs | 1 + 2 files changed, 2 insertions(+) (limited to 'public/views') diff --git a/public/views/foot.ejs b/public/views/foot.ejs index 983ce3d7..4294070e 100644 --- a/public/views/foot.ejs +++ b/public/views/foot.ejs @@ -22,6 +22,7 @@ + <%- include build/index-scripts %> diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs index d5814fc1..8fecb04c 100644 --- a/public/views/pretty.ejs +++ b/public/views/pretty.ejs @@ -102,6 +102,7 @@ + <%- include build/pretty-scripts %> -- cgit v1.2.3 From 47b113d9fee5dce5ae8c84f6740ca0093d56c94a Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Thu, 13 Oct 2016 16:45:52 +0800 Subject: Add handlebars script tag --- public/views/index.ejs | 1 + public/views/slide.ejs | 1 + 2 files changed, 2 insertions(+) (limited to 'public/views') diff --git a/public/views/index.ejs b/public/views/index.ejs index e2894589..4ab3cdec 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -207,6 +207,7 @@ + <%- include build/cover-scripts %> diff --git a/public/views/slide.ejs b/public/views/slide.ejs index 679bed2d..398f40b4 100644 --- a/public/views/slide.ejs +++ b/public/views/slide.ejs @@ -103,6 +103,7 @@ <% } %> + <%- include build/slide-scripts %> -- cgit v1.2.3