Fix publisher by format error

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-07-03 11:58:11 +02:00
parent ed5226ca57
commit 68b422e06b

View File

@@ -307,7 +307,7 @@
{{- if .PublishedAt}} {{- if .PublishedAt}}
<tr> <tr>
<td>Published:</td> <td>Published:</td>
<td>{{.PublishedAt.Format "January 2, 2006"}}{{if .PublishedBy}} ({{.PublishedBy.Format "January 2, 2006"}}){{end}}</td> <td>{{.PublishedAt.Format "January 2, 2006"}}{{if .PublishedBy}} ({{.PublishedBy}}){{end}}</td>
</tr> </tr>
{{- end}} {{- end}}
</table> </table>