GenderDysphoria.fyi/build/_post-template.js
Jocelyn Badgley (Twipped) 38f0b38f9f Refining new post
2020-03-05 10:05:33 -08:00

17 lines
233 B
JavaScript

module.exports = exports = ({ id, date }) => `---
id: "${id}"
date: "${date.toISOString()}"
tags:
- Transgender
tweets:
---
{!{
{{import '~/tweet' ids=(array
'TWEETIDGOESHERE'
) tweets=meta.tweets className="" }}
}!}
`;