Skip to content

Commit

Permalink
fix: incorrect original link in archive page (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Jun 5, 2024
1 parent d05188b commit a1d7579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/view/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div id="shiori-archive-header" class="header">
<p id="shiori-logo"><span></span>shiori</p>
<div class="spacer"></div>
<a href="$$.URL$$" target="_blank">View Original</a>
<a href="$$.Book.URL$$" target="_blank">View Original</a>
$$if .Book.HasContent$$
<a href="/bookmark/$$.Book.ID$$/content">View Readable</a>
$$end$$
Expand Down

0 comments on commit a1d7579

Please sign in to comment.