Skip to content

Commit a70e917

Browse files
maxfierrogclaude
andcommitted
Fix date display on deployed site
Move customized li.html template from theme submodule to project layouts. This ensures dates appear to the left of post titles in both local and deployed versions. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 9f05fc3 commit a70e917

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

layouts/_default/li.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<li>
2+
<a href="{{ .Permalink }}">
3+
<small style="display: inline-block; width: 7em;"><time>{{ .Date | time.Format (i18n "posts.date") }}</time></small>{{ .Title }}
4+
</a>
5+
</li>

0 commit comments

Comments
 (0)