README.md in jekyll-swift-theme-0.3.0 vs README.md in jekyll-swift-theme-0.3.1

- old
+ new

@@ -13,11 +13,11 @@ ## Features * Blog * Pagination -* Dark Mode +* Dark Mode only * Native lazy loading of images * Picture & [Gallery](https://galleriajs.github.io) Support * Flickr Album Support * YouTube Video Support @@ -27,13 +27,13 @@ * Staticman * Tag Sites ### Pictures -You can include pictures very simple. You want to use darkmode images when darkmode is enabled on a device and a regular image on lightmode? It takes 3 include parameters +You can include pictures very simple. ```ruby -{% include shorts/picture.html normalPath="images/read.jpg" darkPath="images/speakers.jpg" alt="reading" %} +{% include shorts/picture.html normalPath="images/read.jpg" alt="reading" %} ``` ### Gallery You can include a gallery in your article. For this you need first to define the gallery with its images in the file `_data/gallery.yml`. \ No newline at end of file