add author and date to individual blogs

This commit is contained in:
oluniyiawo 2023-03-07 22:08:12 +00:00
parent bceccb92f6
commit f96c70ae42
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
---
layout: has_no_sidebars
---
Posted {{ page.date | formatBlogDate }} by {{ author }}
<script>
console.log({{ content | json }})
</script>
{{ content }}

View File

@ -1,2 +1,2 @@
layout: has_no_sidebars
layout: blog
tags: blog