diff --git a/content/contents.lr b/content/contents.lr index bc139504..97046289 100644 --- a/content/contents.lr +++ b/content/contents.lr @@ -35,3 +35,4 @@ title: Mastodon sm_link: https://chaos.social/@hackergeno ----- sm_image: /images/mastodon_logo.svg +#### flow_seperator #### diff --git a/flowblocks/flow_seperator.ini b/flowblocks/flow_seperator.ini new file mode 100644 index 00000000..19e27655 --- /dev/null +++ b/flowblocks/flow_seperator.ini @@ -0,0 +1,3 @@ +[block] +name = Seperator +button_label = Seperator diff --git a/models/homepage.ini b/models/homepage.ini index a00f390a..3ca8a64b 100644 --- a/models/homepage.ini +++ b/models/homepage.ini @@ -16,4 +16,4 @@ type = string [fields.section] label = Sections type = flow -flow_blocks = flow_text_image_section +flow_blocks = flow_text_image_section, flow_seperator diff --git a/templates/blocks/flow_seperator.html b/templates/blocks/flow_seperator.html new file mode 100644 index 00000000..f8b91abb --- /dev/null +++ b/templates/blocks/flow_seperator.html @@ -0,0 +1 @@ +
diff --git a/templates/homepage.html b/templates/homepage.html index 1d79adf5..4b8311b7 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -9,7 +9,6 @@ {%- endblock -%} {% block body %} -