GenderDysphoria.fyi/build/_post-template.js

20 lines
261 B
JavaScript
Raw Normal View History

2020-02-29 16:28:11 -08:00
module.exports = exports = ({ id, date }) => `---
id: "${id}"
date: "${date.toISOString()}"
title:
description:
2020-02-29 16:28:11 -08:00
tags:
- Transgender
author:
2020-02-29 16:28:11 -08:00
tweets:
---
2020-03-05 10:05:33 -08:00
{!{
{{import '~/tweet' ids=(array
'TWEETIDGOESHERE'
) tweets=meta.tweets className="" }}
}!}
2020-02-29 16:28:11 -08:00
`;