mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 09:47:29 -05:00
Use a new authors array instead of a string
This commit is contained in:
@ -2,11 +2,13 @@
|
||||
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
date: {{ .Date | time.Format "2006-01-02" }}
|
||||
author: {{ with .Site.Author.name }}{{ . }}{{ else }}John Doe{{ end }}
|
||||
toc: true
|
||||
comments: true
|
||||
draft: true
|
||||
|
||||
authors:
|
||||
- {{ with .Site.Author.name }}{{ . }}{{ else }}John Doe{{ end }}
|
||||
|
||||
tags:
|
||||
- awesome
|
||||
|
||||
|
Reference in New Issue
Block a user