diff options
author | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-07-04 21:14:34 -0300 |
---|---|---|
committer | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-07-04 21:14:34 -0300 |
commit | e43b58379323144cb4067ec1329a2ccfaaa5cc5e (patch) | |
tree | 2a86ead36ad7b6c803f7f0f1018a8503b5f551e1 /public/blog/read/TEMPLATE | |
parent | 011c4266ccbf3ff66d92e223b2fafd291127c102 (diff) |
fix: better caching
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
Diffstat (limited to 'public/blog/read/TEMPLATE')
-rw-r--r-- | public/blog/read/TEMPLATE | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/public/blog/read/TEMPLATE b/public/blog/read/TEMPLATE new file mode 100644 index 0000000..ea0bdd7 --- /dev/null +++ b/public/blog/read/TEMPLATE @@ -0,0 +1,46 @@ ++++ +title = '' +# subtitle = '' +# description = ''' +# +# ''' +keywords = [] # list of available keywords in `src/consts.ts` +dateCreated = 1974-04-25T00:21:00+01:00 +# dateUpdated = 2025-04-25 +# locationCreated = '' +# relatedPosts = [] +lang = 'pt-PT' +# translationOf = '' +# license = '' +# +# [[signers]] +# entity = '' +# role = '' +# +# [[signers]] +# entity = '' +# role = '' ++++ + +<!-- +https://github.github.com/gfm/ +https://daringfireball.net/projects/markdown/basics +https://daringfireball.net/projects/markdown/syntax +https://html.spec.whatwg.org/multipage/text-level-semantics.html#usage-summary +--> + +paragraph after title header + +# (Sub)Header + +paragraph. + +## (Subsub)Header + +paragraph. + +# (Sub)Header + +paragraph. + +paragraph. |