accomodate authors as taxonomy #34

Merged
aadil merged 3 commits from r/konfluks:master into master 2022-05-27 11:24:33 +00:00
1 changed files with 6 additions and 6 deletions
Showing only changes of commit ce3bfc58b0 - Show all commits

View File

@ -1,12 +1,12 @@
---
date: "{{ post_metadata.created_at }}" #2021-06-10T10:46:33+02:00
date: {{ post_metadata.created_at }} #2021-06-10T10:46:33+02:00
draft: false
author: "{{ post_metadata.account.display_name }}"
avatar: "{{ post_metadata.account.avatar }}"
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 %}]
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 %}]
---
{% for item in post_metadata.media_attachments %}