From: Jeremy Thomas Date: Mon, 25 Jun 2018 08:14:11 +0000 (+0200) Subject: Fix typography helpers X-Git-Tag: 0.7.2~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2ce6d133f1853e9ba1d9c36acef9081e302f216;p=thirdparty%2Fbulma.git Fix typography helpers --- diff --git a/docs/documentation/modifiers/typography-helpers.html b/docs/documentation/modifiers/typography-helpers.html index e08cf28e1..1d5d9ffb7 100644 --- a/docs/documentation/modifiers/typography-helpers.html +++ b/docs/documentation/modifiers/typography-helpers.html @@ -1,7 +1,6 @@ --- title: Typography helpers layout: documentation -hide_categories: true doc-tab: modifiers doc-subtab: typography-helpers breadcrumb: @@ -12,7 +11,7 @@ breadcrumb: --- {% assign initial_vars = site.data.variables.utilities.initial-variables.by_name %} -{% assign sizes = site.data.variables.utilities.derived-variables.by_name.sizes.value | split: ' ' %} +{% assign sizes = site.data.variables.utilities.derived-variables.by_name['$sizes'].value | split: ' ' %} {% capture thead %} @@ -77,7 +76,8 @@ breadcrumb: {% for size in sizes %} - {% assign key = 'size-' | append: forloop.index %} + {% assign key = '$size-' | append: forloop.index %} + is-size-{{ forloop.index }} {{ initial_vars[key].value }} @@ -96,9 +96,7 @@ breadcrumb:

-{% include layout/main-close.html show_categories=true %} -
{{ thead }} @@ -154,9 +152,7 @@ breadcrumb:
-
-{% include layout/main-open.html %}

@@ -257,9 +253,7 @@ breadcrumb:

-{% include layout/main-close.html %} -
{{ thead }} @@ -339,9 +333,7 @@ breadcrumb:
-
-{% include layout/main-open.html %} {% include elements/anchor.html name="Text transformation" %}