Skip to content

Commit de9fd8b

Browse files
dougaitkenclaude
andcommitted
Fix blog post date filter and add generated OG images
- Fix Nunjucks filter name from toISOString to toIsoString in blog.njk - Add generated Open Graph preview images for all 8 blog posts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent da7298e commit de9fd8b

9 files changed

+1
-1
lines changed
40 KB
Loading
42.7 KB
Loading
33.2 KB
Loading
30.1 KB
Loading
30.2 KB
Loading
52.2 KB
Loading
40.2 KB
Loading
30.1 KB
Loading

src/pages/blog.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ description: 'Remote work advice, tips, and updates from the Remote In Tech comm
2323
<a href="{{ post.url }}">{{ post.data.title }}</a>
2424
</h2>
2525
<p class="meta">
26-
<time datetime="{{ post.date | toISOString }}">
26+
<time datetime="{{ post.date | toIsoString }}">
2727
{{ post.date | formatDate }}
2828
</time>
2929
{% if post.data.author %}

0 commit comments

Comments
 (0)