You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
+++ |
|
title = "Replace custom keys" |
|
tags = ["front-matter", "keys", "replace", "custom"] |
|
draft = false |
|
myfoo = 1 |
|
mybar = 2 |
|
+++ |
|
|
|
This post will have the `foo` key in front-matter replaced with |
|
`myfoo` and `bar` replaced with `mybar`.
|
|
|