From 88c5ef292278af303dcc66bda80d49477463e62e Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Mon, 9 Dec 2024 02:23:06 -0500 Subject: [PATCH] Rename frontmatter.go files to meta.go equivalents --- frontmatter.go => meta.go | 0 frontmatter_test.go => meta_test.go | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename frontmatter.go => meta.go (100%) rename frontmatter_test.go => meta_test.go (100%) diff --git a/frontmatter.go b/meta.go similarity index 100% rename from frontmatter.go rename to meta.go diff --git a/frontmatter_test.go b/meta_test.go similarity index 100% rename from frontmatter_test.go rename to meta_test.go