Reimplement the size_scale partial as base/_size_scale.html
I accidentally deleted it. Move it here and reimplement it.
This commit is contained in:
parent
16536744ee
commit
45b0c117e0
3 changed files with 13 additions and 2 deletions
11
layouts/partials/base/_size_scale.html
Normal file
11
layouts/partials/base/_size_scale.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
{{
|
||||
return (slice
|
||||
(dict "Name" "xxs" "Value" -3)
|
||||
(dict "Name" "xs" "Value" -2)
|
||||
(dict "Name" "s" "Value" -1)
|
||||
(dict "Name" "m" "Value" 0)
|
||||
(dict "Name" "l" "Value" 1)
|
||||
(dict "Name" "xl" "Value" 2)
|
||||
(dict "Name" "xxl" "Value" 3)
|
||||
)
|
||||
}}
|
Loading…
Add table
Add a link
Reference in a new issue