Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshiharu Yamashita <yoshiharuyamashita@users.noreply.github.com>2016-03-08 01:31:01 +0300
committerYoshiharu Yamashita <yoshiharuyamashita@users.noreply.github.com>2016-03-08 01:31:01 +0300
commitec731eff307cf9dd972fa6b14c299460a9cd0cfd (patch)
tree70f3ed9b5968c6e481e9b0b726b15a75a4371923 /README.md
parent10e5f1ced63bafc3c4e3de3f42bd7813d7b81d55 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 450f5cd..a586659 100644
--- a/README.md
+++ b/README.md
@@ -152,6 +152,22 @@ paginate = 10
url = "/about/"
```
+## Shortcodes
+
+### Positional
+
+```
+{{% fluid_img "/path/to/img" %}}
+```
+
+### Named
+
+```
+{{% fluid_img class="pure-u-1-2" src="/path/to/img" alt="img description" %}}
+```
+
+See [Pure CSS Grids](http://purecss.io/grids/) for possible class values.
+
## License
* [MIT](//opensource.org/licenses/MIT)