Start writing
This commit is contained in:
parent
1e79ae1e74
commit
94c692a54c
2 changed files with 8 additions and 1 deletions
|
@ -8,7 +8,7 @@ class Pages::Blog < ::Phlex::HTML
|
|||
posts.each { |post|
|
||||
meta = post[:data].front_matter
|
||||
|
||||
return unless meta.key?('published_on')
|
||||
next unless meta.key?('published_on')
|
||||
|
||||
tr {
|
||||
td {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue