simonw / simonwillisonblog

The source code behind my blog
https://simonwillison.net/
Apache License 2.0
188 stars 17 forks source link

Meta property bug #413

Closed simonw closed 6 months ago

simonw commented 6 months ago

a generated meta tag isn't quite right: <meta property="og:updated_time" content="<bound method Arrow.timestamp of <Arrow [2024-03-17T20:20:13+00:00]>>"> in https://simonwillison.net/2024/Mar/17/grok-1/

simonw commented 6 months ago

https://github.com/simonw/simonwillisonblog/blob/97937d8de7db2f04286570ebd6fe08c313d68f1e/templates/item_base.html#L16

https://github.com/simonw/simonwillisonblog/blob/97937d8de7db2f04286570ebd6fe08c313d68f1e/blog/models.py#L116-L117

simonw commented 6 months ago

Fixed, now outputs lines like this:

<meta property="og:updated_time" content="1711071224">