Rename blog-date to update_date to allow update dates to be used across more than only blog posts.

This commit is contained in:
inference 2022-12-26 07:45:17 +00:00
parent 0c6a913357
commit fa3af1dec6

View File

@ -3,7 +3,7 @@
/* Copyright 2022-2023 Inference */
/* SPDX-License-Identifier: BSD-3-Clause-Clear */
/* Version: 1.0.0.10 */
/* Version: 2.0.0.11 */
h1 {
@ -174,7 +174,7 @@ table, th, td {
text-align: center;
}
.blog-date {
.update_date {
text-align: center;
}