8 lines
281 B
Plaintext
8 lines
281 B
Plaintext
{
|
|
"Hugo friendly current time": {
|
|
"scope": "markdown, yaml",
|
|
"prefix": "hg-time",
|
|
"body": "${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}T${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}${CURRENT_TIMEZONE_OFFSET}",
|
|
"description": "Inserts a Hugo friendly current time"
|
|
}
|
|
} |