5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-01-19 07:03:38 +00:00

fix: permitir cargar tiempo #14763

jekyll-activity-pub podría establecer una fecha de creación del sitio
This commit is contained in:
f 2023-12-06 18:24:38 -03:00
parent b96363a59f
commit 96bc688e2d
No known key found for this signature in database

View file

@ -21,7 +21,7 @@ class Site
# Leer el archivo de configuración y setear los atributos en el # Leer el archivo de configuración y setear los atributos en el
# objeto actual, creando los metodos de ostruct # objeto actual, creando los metodos de ostruct
def read def read
data = YAML.safe_load(File.read(path)) data = YAML.safe_load(File.read(path), permitted_classes: [Time])
@hash = data.hash @hash = data.hash
data.each do |key, value| data.each do |key, value|