diff --git a/_config.yml b/_config.yml
index e2518d493909..b2f64c7f3ad2 100644
--- a/_config.yml
+++ b/_config.yml
@@ -25,6 +25,8 @@ impressum_path: # set to path to include impressum link in the footer, use the
# will use title and url fields
# Take a look to https://github.com/jekyll/jekyll-feed for more customization
+rss_icon: true
+
# -----------------------------------------------------------------------------
# Layout
# -----------------------------------------------------------------------------
@@ -233,7 +235,7 @@ imagemagick:
- 800
- 1400
input_directories:
- - assets/img
+ - assets/img/
input_formats:
- ".jpg"
- ".jpeg"
diff --git a/_includes/figure.html b/_includes/figure.html
index 1ab941d6e80a..c3d931a98bd4 100644
--- a/_includes/figure.html
+++ b/_includes/figure.html
@@ -8,7 +8,8 @@
{% endfor -%}
-
+
+
{%- if include.caption -%}