mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 04:43: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:
parent
b96363a59f
commit
96bc688e2d
1 changed files with 1 additions and 1 deletions
|
@ -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|
|
||||||
|
|
Loading…
Reference in a new issue