forked from ag_kommunikation/webseite
Update flow seperator
This commit is contained in:
parent
5f6c5b2b52
commit
e7a7a167b5
@ -35,3 +35,4 @@ title: Mastodon
|
||||
sm_link: https://chaos.social/@hackergeno
|
||||
-----
|
||||
sm_image: /images/mastodon_logo.svg
|
||||
#### flow_seperator ####
|
||||
|
3
flowblocks/flow_seperator.ini
Normal file
3
flowblocks/flow_seperator.ini
Normal file
@ -0,0 +1,3 @@
|
||||
[block]
|
||||
name = Seperator
|
||||
button_label = Seperator
|
@ -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
|
||||
|
1
templates/blocks/flow_seperator.html
Normal file
1
templates/blocks/flow_seperator.html
Normal file
@ -0,0 +1 @@
|
||||
<hr class="body__separator" noshade="" size="1">
|
@ -9,7 +9,6 @@
|
||||
{%- endblock -%}
|
||||
{% block body %}
|
||||
|
||||
<hr class="body__separator" noshade="" size="1">
|
||||
|
||||
<!-- 1/3 Layout - start -->
|
||||
<section class="content">
|
||||
|
Loading…
Reference in New Issue
Block a user