aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/layout/columns.md
AgeCommit message (Collapse)AuthorFilesLines
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR1-317/+0
2020-12-11Replace Lorem Ipsum placeholder text with more representative (or at least ↵Patrick H. Lauke1-3/+3
english language) text (#32246) Replaces shorter examples with more sensible/representative/inforrmative text. For longer passages, resorted to using SFW extracts from http://katyperryipsum.com/
2020-12-04docs(examples): new cheatsheet and RTL examplesGaël Poupard1-6/+6
2020-10-13Revert "Improve callout shortcode. (#31802)" (#31871)XhmikosR1-2/+2
This reverts commit 5c6925385ee926a749ead6a4f2ebbfc64e701f36.
2020-10-12Improve callout shortcode. (#31802)XhmikosR1-2/+2
Remove the `markdownify` call, and instead rely on Hugo's proper syntax; `{{% callout %}}` when we want to the content to be processed as Markdown. This allows for stuff like: {{% callout info %}} ##### I'm an info callout! ```css .foo { color: #fff; } ``` {{< example >}} <div class="alert alert-warning alert-dismissible fade show" role="alert"> <strong>Holy guacamole!</strong> You should check in on some of those fields below. <button type="button" class="btn-close" data-dismiss="alert" aria-label="Close"></button> </div> {{< /example >}} {{% /callout %}}
2020-06-17Typo fix : ocassions ⮞ occasionsBruno Baguette1-1/+1
2020-05-30Add `space-evenly` option for `justify-content` (#30910)Edson Jr1-0/+8
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR1-0/+309
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.