mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 05:03:37 +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
|
||||
# objeto actual, creando los metodos de ostruct
|
||||
def read
|
||||
data = YAML.safe_load(File.read(path))
|
||||
data = YAML.safe_load(File.read(path), permitted_classes: [Time])
|
||||
@hash = data.hash
|
||||
|
||||
data.each do |key, value|
|
||||
|
|
Loading…
Reference in a new issue