mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-26 08:56:22 +00:00
fix: evitar auto-referenciarse
This commit is contained in:
parent
9a7de79e49
commit
32a2172e5b
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
# El título es obligatorio para todos los Post, si el esquema no lo
|
||||
# incluye, tenemos que poder generar un valor legible por humanes.
|
||||
class MetadataTitle < MetadataString
|
||||
def titleize?
|
||||
false
|
||||
end
|
||||
|
||||
# Obtener todos los valores de texto del artículo y generar un título
|
||||
# en base a eso.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue