5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 23:35:46 +00:00

arreglar donde se guarda el content

This commit is contained in:
void 2019-10-18 23:25:50 -03:00
parent 1a2a711782
commit a6e103390a

View file

@ -3,4 +3,7 @@
# Se encarga del contenido del artículo y quizás otros campos que
# requieran texto largo.
class MetadataContent < MetadataString
def front_matter?
false
end
end