Skip to content

Commit

Permalink
Fixed link to related docs
Browse files Browse the repository at this point in the history
  • Loading branch information
svera committed Dec 7, 2024
1 parent e16e1f5 commit ea65ad8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/webserver/embedded/views/document.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h2>{{t $lang "Unknown author"}}</h2>
<h4>{{t $lang "Other documents in collection \"%s\"" .Document.Series}}</h4>
</div>
<div class="col-3 text-end">
<a href="/documents?search=SeriesSlug&colon;&quot;{{.Document.SeriesSlug}}&quot;">
<a href="/documents?search=SeriesSlug&colon;{{.Document.SeriesSlug}}">
{{t $lang "See all" }}</a>
</div>

Expand All @@ -138,7 +138,7 @@ <h4>
</h4>
</div>
<div class="col-3 text-end">
<a href='/documents?search=AuthorsSlugs&colon;&quot;{{join $document.AuthorsSlugs ","}}&quot;'>
<a href='/documents?search=AuthorsSlugs&colon;{{join $document.AuthorsSlugs ","}}'>
{{t $lang "See all" }}</a>
</div>

Expand All @@ -158,7 +158,7 @@ <h4>
<h4>{{t $lang "Other documents with similar subjects"}}</h4>
</div>
<div class="col-3 text-end">
<a href='/documents?search=SubjectsSlugs&colon;&quot;{{join $document.SubjectsSlugs ","}}&quot;'>
<a href='/documents?search=SubjectsSlugs&colon;{{join $document.SubjectsSlugs ","}}'>
{{t $lang "See all" }}</a>
</div>

Expand Down

0 comments on commit ea65ad8

Please sign in to comment.