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
|
@ -7,7 +7,7 @@
|
|||
{{- $base := (index . "Base") | default 1 -}}
|
||||
{{- $unit := (index . "Unit") | default "rem" -}}
|
||||
{{- $factor := (index . "Factor") | default 1.618 -}}
|
||||
{{- $scale := partial "size_scale.html" . }}
|
||||
{{- $scale := partial "base/_size_scale.html" . }}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
{{- $base := (index . "Base") | default 1 -}}
|
||||
{{- $unit := (index . "Unit") | default "rem" -}}
|
||||
{{- $factor := (index . "Factor") | default 1.200 -}}
|
||||
{{- $scale := partial "size_scale.html" . }}
|
||||
{{- $scale := partial "base/_size_scale.html" . }}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue