diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-05-02 07:40:52 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-05-02 07:40:52 -0500 |
| commit | eddb56e72459a5514b85db3d48099deea5939c2f (patch) | |
| tree | 2a468148760b9bd2b24a7b52e49f8bd4957c919a /lume/src/index.jsx | |
| parent | 861f1475a462d0fbe6e8837cf6c75bdf54e6e22b (diff) | |
| download | xesite-eddb56e72459a5514b85db3d48099deea5939c2f.tar.xz xesite-eddb56e72459a5514b85db3d48099deea5939c2f.zip | |
shashin talk
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'lume/src/index.jsx')
| -rw-r--r-- | lume/src/index.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lume/src/index.jsx b/lume/src/index.jsx index 006a7ba..eb2dd5b 100644 --- a/lume/src/index.jsx +++ b/lume/src/index.jsx @@ -26,7 +26,7 @@ export default ({ search, resume, notableProjects, contactLinks }, { date }) => <h2 class="text-2xl mb-4">Recent Articles</h2> <ul class="list-disc ml-4 mb-4"> - {search.pages("index=true", "order date=desc", 5).map((post) => { + {search.pages("index=true", "order date=desc", 8).map((post) => { const url = post.redirect_to ? post.redirect_to : post.url; return ( <li> |
