mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-20 07:08:47 +03:00
refactor: update blog post date handling and schema
- Replaced `pubDate` with `datePublished` in blog post components for consistency. - Updated sorting logic in blog sections to use `datePublished`. - Enhanced blog post schema to include `dateModified` for better structured data representation. - Adjusted various blog markdown files to reflect the new date fields.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
---
|
||||
title: "Установка Moodle в Fedora"
|
||||
author: "Valentin Popov"
|
||||
pubDate: "2018-07-23"
|
||||
description: "Решение проблем установки Moodle из-за SELinux: как настроить правила доступа для устранения ошибок в веб-интерфейсе и при работе с cURL. Практические советы и команды."
|
||||
datePublished: "2018-07-23"
|
||||
dateModified: "2018-07-23"
|
||||
author: "Valentin Popov"
|
||||
lang: "ru"
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user