README.md in jekyll-swift-theme-0.2.0 vs README.md in jekyll-swift-theme-0.3.0
- old
+ new
@@ -15,11 +15,12 @@
* Blog
* Pagination
* Dark Mode
* Native lazy loading of images
-* Picture & Gallery Support
+* Picture & [Gallery](https://galleriajs.github.io) Support
+* Flickr Album Support
* YouTube Video Support
### TODO
* Syntax Highlighting
@@ -49,9 +50,17 @@
Then you can include the gallery with the used key.
```ruby
{% include shorts/gallery.html name="example" %}
+```
+
+### Flickr Album
+
+You can include a flickr album in your article. For this you need to include `flickr.album.html` with the flickr id of the album.
+
+```ruby
+{% include shorts/flickr-album.html albumId="72157711928042766" %}
```
### YouTube Video Support
You can include a youtube video very simple.
\ No newline at end of file