diff options
author | Your Name <you@example.com> | 2025-01-08 12:38:44 +1100 |
---|---|---|
committer | Your Name <you@example.com> | 2025-01-08 12:38:44 +1100 |
commit | b8ce88c99112828bfe6b8942e1ace2350b2d1fe6 (patch) | |
tree | 0bc883d2821dcb749457202665ccc6acc75c8bef /templates/core/entry | |
parent | 4b7e651bf64b641583a45c122798212931902ef4 (diff) |
jeaves.xyz current templates and config
Diffstat (limited to 'templates/core/entry')
-rw-r--r-- | templates/core/entry | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/core/entry b/templates/core/entry index ae3af04..4f8e242 100644 --- a/templates/core/entry +++ b/templates/core/entry @@ -1,5 +1,6 @@ <div class='entry'> - <div class='entry-title'><a href="<!--filename-->"><!--title--></a></div> - <div class='entry-date'><!--date--></div> - <div class='entry-subtitle'><!--subtitle--></div> + <span class='entry-title'><a href="<!--filename-->"><!--title--></a></span> + <span class='entry-date'><!--date--></span> + <br> + <span class='entry-subtitle'><!--subtitle--></span> </div> |