diff options
Diffstat (limited to 'pages/kronika/index.vue')
-rw-r--r-- | pages/kronika/index.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/kronika/index.vue b/pages/kronika/index.vue index afe76ce..8887682 100644 --- a/pages/kronika/index.vue +++ b/pages/kronika/index.vue @@ -1,7 +1,7 @@ <template> <div style="padding-top: 20px; max-width: 900px"> <h2>Ostatnie wpisy</h2> - <post-list :posts="posts" max="8" /> + <post-list :posts="posts" :next="next" :max="8" /> <google-drive-link text="Zobacz również e‑książkę rozkazów" link="https://drive.google.com/drive/folders/1LWH4yYXpaa8kapBa2UAZTKnAAgXOHQYo?usp=sharing" |