improve blog header

This commit is contained in:
2023-01-08 19:53:12 +02:00
parent 1f430d89be
commit a620275a1c
6 changed files with 24 additions and 14 deletions

View File

@ -9,5 +9,9 @@ module Merged
return last unless last&.template == "section_news"
sorted.last
end
def header_list
markdown("- one \n- two\n- three\n- four")
end
end
end