nunca sin bugs

This commit is contained in:
f 2020-11-11 19:49:44 -03:00
parent e4e8508e57
commit c5eb06f687
2 changed files with 1 additions and 3 deletions

View file

@ -62,8 +62,6 @@ class Site
metadata.static_file.blob.upload path.open
metadata.static_file.blob.analyze
next unless remove
dest = Pathname.new(metadata.send(:relative_destination_path))
# Eliminamos el archivo original y lo vinculamos al subido

View file

@ -37,7 +37,7 @@
-# Mostrar todo lo que no va en el front_matter (el contenido)
- @post.attributes.each do |attr|
- metadata - @post[attr]
- metadata = @post[attr]
- next if metadata.front_matter?
- cache metadata do