Skip to content

Commit

Permalink
Fixed broken 720p links
Browse files Browse the repository at this point in the history
  • Loading branch information
jzongker committed May 5, 2022
1 parent 1386b35 commit 4f0e21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h2>About the Verse of the Day</h2>
sizes.forEach(s => {
result.push('<div class="col">'
+ '<div><b>' + s + '</b></div>'
+ '<div><a href="v1/' + verse.day + '/720/' + s + '.jpg">High Res</a> | '
+ '<div><a href="v1/' + verse.day + '/720p/' + s + '.jpg">High Res</a> | '
+ '<a href="v1/' + verse.day + '/' + s + '.jpg">Max Res</a></div>'
+ '<img src="v1/' + verse.day + '/thumbs/' + s + '.jpg" alt="' + s + '" class="img-fluid" />'
+ '</div>')
Expand Down

0 comments on commit 4f0e21e

Please sign in to comment.