doc: update image comments from img/ to media/

This commit is contained in:
George Cushen
2020-07-29 20:27:45 +01:00
parent a17fba1b00
commit 163f002fdd
10 changed files with 13 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ height = ""
# Overlay a color or image (optional).
# Deactivate an option by commenting out the line, prefixing it with `#`.
overlay_color = "#666" # An HTML color value.
overlay_img = "headers/bubbles-wide.jpg" # Image path relative to your `static/img/` folder.
overlay_img = "headers/bubbles-wide.jpg" # Image path relative to your `static/media/` folder.
overlay_filter = 0.5 # Darken the image. Value in range 0-1.
# Call to action button (optional).
@@ -40,7 +40,7 @@ height = ""
align = "left"
overlay_color = "#555" # An HTML color value.
overlay_img = "" # Image path relative to your `static/img/` folder.
overlay_img = "" # Image path relative to your `static/media/` folder.
overlay_filter = 0.5 # Darken the image. Value in range 0-1.
[[item]]
@@ -49,6 +49,6 @@ height = ""
align = "right"
overlay_color = "#333" # An HTML color value.
overlay_img = "" # Image path relative to your `static/img/` folder.
overlay_img = "" # Image path relative to your `static/media/` folder.
overlay_filter = 0.5 # Darken the image. Value in range 0-1.
+++