We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647b121 commit 068c824Copy full SHA for 068c824
pages/index.html
@@ -45,7 +45,7 @@
45
<div id="index-right">
46
<figure id="screenshot">
47
{% assign random_screenshot = site.screenshots | sample %}
48
- <a href="{{ site.baseurl }}/screenshots.html" id="screenshot-image">
+ <a href="{{ site.baseurl }}{{ random_screenshot.id }}.html" id="screenshot-image">
49
{% assign stripped_content = random_screenshot.content | strip_html | strip_newlines %}
50
<img src="{{ site.baseurl }}{{ random_screenshot.id }}_thumb.png"
51
alt=""
0 commit comments