diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-07-31 20:57:25 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-07-31 20:57:25 +0800 |
| commit | d163092b5c159ddd1813550d1f9bab72adbdf80a (patch) | |
| tree | d30657c2aa127a57ff58a267a502aa0e3f7378c6 /www/scripts/onload.js | |
| parent | f1966a70cd5bdcb606c579d5146e26acfc1028fc (diff) | |
index and blog is now ssr
Diffstat (limited to 'www/scripts/onload.js')
| -rw-r--r-- | www/scripts/onload.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/scripts/onload.js b/www/scripts/onload.js index 539df36..f6089f7 100644 --- a/www/scripts/onload.js +++ b/www/scripts/onload.js @@ -33,16 +33,13 @@ function blog(n) { }
function index() {
- postList(2);
addNodes();
}
function library() {
- postList();
addNodes();
}
function blogPost() {
- postList(3);
addNodes();
}
|
