Start writing

This commit is contained in:
Aleks Rutins 2025-06-09 22:51:53 -04:00
parent 1e79ae1e74
commit 94c692a54c
Signed by: asr
SSH key fingerprint: SHA256:DBype7RrB3qCdOLdkvecD2Y3THOYgYOVw6jAHVgsGRQ
2 changed files with 8 additions and 1 deletions

View file

@ -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 {