mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 12:32:42 +00:00
gulp new command added
This commit is contained in:
14
build/_post-template.js
Normal file
14
build/_post-template.js
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
module.exports = exports = ({ id, date }) => `---
|
||||
id: "${id}"
|
||||
date: "${date.toISOString()}"
|
||||
tags:
|
||||
- Transgender
|
||||
tweets:
|
||||
|
||||
---
|
||||
{!{ <div class="gutter">{{import '~/tweet' ids=(array
|
||||
'TWEETGOESHERE'
|
||||
) tweets=meta.tweets className="oneblock" }}</div> }!}
|
||||
|
||||
`;
|
||||
Reference in New Issue
Block a user