mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:21:41 +00:00
nunca sin bugs
This commit is contained in:
parent
e4e8508e57
commit
c5eb06f687
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue