page.php appears to be never used would be a good idea to start using it. #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Maybe we can make home.php delegate the article rendering code into page.php so code gets somewhat more modular.
Of course, the rendering itself should look equal to what is seen now, so page.php should be changed too.
In blogx if you are navigating home index.php sends you to home.php and if you are navigating pages it sends you into page.php which is also and option.
It would allow optionally breaking long posts in home, it is open to discussion.
Done in #10.