feat: add opengraph generation for social and tv

This commit is contained in:
2022-02-02 13:55:38 +01:00
parent 7e45112280
commit eaadfd2023
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,8 @@ draft: false
author: "{{ post_metadata.account.display_name }}"
avatar: "{{ post_metadata.account.avatar }}"
categories: ["shouts"]
images: [{% for i in post_metadata.media_attachments %} "{{ i.url }}", {% endfor %}]
title: "{{ post_metadata.account.display_name }}"
tags: [{% for i in post_metadata.tags %} "{{ i.name }}", {% endfor %}]
---