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 fc44285d58
commit 6bb00b44b7
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

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