✨ Infinite scrolling
This commit is contained in:
parent
acbe9a09dc
commit
155f1af30d
6 changed files with 130 additions and 1 deletions
|
@ -44,6 +44,11 @@
|
|||
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.6/build/grids-min.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.6/build/grids-responsive-min.css">
|
||||
|
||||
<!-- CSS for loading animation -->
|
||||
{{ if .Site.Params.infiniteScroll }}
|
||||
<link rel="stylesheet" href="/style/loading.css">
|
||||
{{ end }}
|
||||
|
||||
{{/* pangu support: js in the end before the body closing tag */}}
|
||||
{{ if .Site.Params.features.pangu }}
|
||||
<!-- pangu support -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue