Update README.md
This commit is contained in:
parent
a299a4b07b
commit
07048f7bf5
1 changed files with 8 additions and 10 deletions
18
README.md
18
README.md
|
@ -15,10 +15,6 @@
|
||||||
- [Shortcodes](#shortcodes)
|
- [Shortcodes](#shortcodes)
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
|
|
||||||
## Breaking changes
|
|
||||||
|
|
||||||
> ⚠️ At the moment theme is under development, breaking changes might happen.
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Clean simple design
|
- Clean simple design
|
||||||
|
@ -232,13 +228,15 @@ Useful if you want to show alternative information per platform or setting.
|
||||||
Organize text in 2 or more columns to use space efficiently.
|
Organize text in 2 or more columns to use space efficiently.
|
||||||
|
|
||||||
```html
|
```html
|
||||||
{{< columns >}}
|
{{< columns >}} <!-- begin columns block -->
|
||||||
<!-- begin columns block -->
|
|
||||||
# Left Content Lorem markdownum insigne... <--->
|
|
||||||
<!-- magic sparator, between columns -->
|
|
||||||
|
|
||||||
# Mid Content Lorem markdownum insigne... <--->
|
# Left Content Lorem markdownum insigne...
|
||||||
<!-- magic sparator, between columns -->
|
|
||||||
|
<---> <!-- magic sparator, between columns -->
|
||||||
|
|
||||||
|
# Mid Content Lorem markdownum insigne...
|
||||||
|
|
||||||
|
<---> <!-- magic sparator, between columns -->
|
||||||
|
|
||||||
# Right Content Lorem markdownum insigne...
|
# Right Content Lorem markdownum insigne...
|
||||||
{{< /columns >}}
|
{{< /columns >}}
|
||||||
|
|
Loading…
Reference in a new issue