mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:31:41 +00:00
las etiquetas y categorías siempre son un array
This commit is contained in:
parent
7c6e54c539
commit
35357c318f
1 changed files with 2 additions and 2 deletions
|
@ -137,11 +137,11 @@ class Post
|
|||
end
|
||||
|
||||
def tags
|
||||
get_front_matter 'tags'
|
||||
get_front_matter 'tags' || []
|
||||
end
|
||||
|
||||
def categories
|
||||
get_front_matter 'categories'
|
||||
get_front_matter 'categories' || []
|
||||
end
|
||||
alias :category :categories
|
||||
|
||||
|
|
Loading…
Reference in a new issue