mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-25 09:28:48 +03:00
feat: add configuration and default image for blog posts
- Introduced a new configuration file to centralize author information and default image settings for blog posts. - Added a default image path in the blog post configuration for improved content presentation. - Updated blog post schema to utilize the new configuration for author details, enhancing structured data representation.
This commit is contained in:
@@ -3,7 +3,6 @@ title: "Example Content"
|
||||
description: "Howdy! This is an example blog post that shows several types of HTML content supported in this theme."
|
||||
datePublished: "2018-01-01"
|
||||
dateModified: "2018-01-01"
|
||||
author: "Example User"
|
||||
lang: "en"
|
||||
draft: true
|
||||
---
|
||||
|
Reference in New Issue
Block a user