Skip to content

Commit 06e8fe4

Browse files
committed
deploy: eeb8d3c
1 parent 6d28fba commit 06e8fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/configuration/features-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ This setting allows you to fine-tune the opacity of overlays. The default is 40%
130130
This setting replaces the _empty frame_ of the IDE, e.g., the background of the IDE when there are no open files, with a custom wallpaper that sports the logo of the plugin with colors matching the current theme. This is a purely aesthetic feature that adds a touch of personality to your IDE, reminiscent of what you can find in other editors such as Atom or VScode.
131131

132132
<div class="masonry" markdown="0">
133-
{% for wallpaper in site.data.wallpapers %}
133+
{% for wallpaper in page.wallpapers %}
134134
<div class="masonry-brick">
135135
<img src="/img/screens/wallpapers/{{ wallpaper.filename }}"
136136
alt="{{ wallpaper.alttext }}">

0 commit comments

Comments
 (0)