mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 02:41:41 +00:00
5 lines
157 B
Ruby
5 lines
157 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
# Una plantilla agrupa metadatos que va a tener un artículo
|
||
|
Layout = Struct.new(:site, :name, :metadata, keyword_init: true)
|