You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

814 B

title layout date permalink excerpt_separator
New Index Tweaks post 2022-08-25 04:00:00 /dev/2022/AUG/25-newindex.php <!--more-->

I've made a couple of tweaks to the index of the site. One you see, one you don't. But this post is just a trap to show off the fact the "Read More" link now only renders when there's actually more content; and has moved.

The other minor tweak to the layout is how the titles are shown. The date is now up there, along with links to the section the post was put in. This makes it all look a bit tidier. The Read More thing will probably work until I find some reason it doesn't.

The behind the scenes tweak was figuring out I could specify an offset and a limit to the for loop; which is the proper way to do it. Still neat to see the hack method worked.