git

My personal website source code
Log | Files | Refs | Submodules | README | LICENSE

commit fc6abc25d95107f970c058df727330ee19f4ea71
parent ba788db7b137cf2b1d7062a1ae1b57af5cc08e31
Author: Luís Ferreira <[email protected]>
Date:   Fri,  1 Oct 2021 03:07:26 +0100

posts: add date and title metadata to posts

Signed-off-by: Luís Ferreira <[email protected]>

Diffstat:
Mcontent/posts/d-saoc-2021-01.md | 5+++++
Mcontent/posts/d-saoc-2021-02.md | 5+++++
2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/content/posts/d-saoc-2021-01.md b/content/posts/d-saoc-2021-01.md @@ -1,3 +1,8 @@ +--- +title: 'SAOC LLDB D integration: 1st Weekly Update' +date: '2021-09-23T07:32:00+01:00' +--- + # SAOC LLDB D integration: 1st Weekly Update Hi D community! diff --git a/content/posts/d-saoc-2021-02.md b/content/posts/d-saoc-2021-02.md @@ -1,3 +1,8 @@ +--- +title: 'SAOC LLDB D integration: 2nd Weekly Update' +date: '2021-10-01T00:05:00+01:00' +--- + # SAOC LLDB D integration: 2nd Weekly Update Hi D community!