Move test_tree to test/resources/
This commit is contained in:
24
test/resources/default_meta.ron
Normal file
24
test/resources/default_meta.ron
Normal file
@@ -0,0 +1,24 @@
|
||||
(
|
||||
title: "",
|
||||
description: "",
|
||||
tags: [],
|
||||
|
||||
site_name: "Cutieguwu.ca",
|
||||
locale: "en_CA",
|
||||
type: "article",
|
||||
|
||||
authors: [
|
||||
Author(
|
||||
name: All(
|
||||
first: "Olivia",
|
||||
last: "Brooks",
|
||||
user: "Cutieguwu",
|
||||
),
|
||||
gender: Female,
|
||||
),
|
||||
],
|
||||
|
||||
date: Date(),
|
||||
|
||||
image: None,
|
||||
)
|
||||
Reference in New Issue
Block a user