We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aadf2d commit e0b9623Copy full SHA for e0b9623
docs/SCREENSHOTS.md
@@ -5,8 +5,8 @@
5
{% for screenshot in site.static_files %}
6
{% if screenshot.path contains "assets/screenshots" %}
7
<div style="display: flex; flex-direction: column; align-items: center; gap: 0.5rem;">
8
-<a href="{{ screenshot.path }}">
9
-<img src="{{ screenshot.path }}" alt="{{ screenshot.name }}" width=200>
+<a href="{{ screenshot.path | relative_url }}">
+<img src="{{ screenshot.path | relative_url }}" alt="{{ screenshot.name }}" width=200>
10
<br/><small>{{ screenshot.name | replace: '_', ' ' | replace: '.png', '' | capitalize }}</small>
11
</a>
12
</div>
0 commit comments