Skip to content

Commit

Permalink
target blank
Browse files Browse the repository at this point in the history
  • Loading branch information
klausbreyer committed Jul 30, 2023
1 parent 3bbf494 commit eb0f31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func getBook(data DataBook) template.HTML {
<a id="{{.BookIndex}}" href="#{{.BookIndex}}">#{{.BookIndex}}</a>
<h2 onclick="copyToClipboard('{{.Book.Title}}, {{.Book.Author}}, {{.Book.FirstHighlightYear}}')" > {{.Book.Title}}, {{.Book.Author}}, {{.Book.FirstHighlightYear}}</h2>
<span onclick="copyToClipboard('{{.Book.SourceURL}}')" >{{.Book.SourceURL}}</span>
<a href="{{.Book.SourceURL}}">&raquo;</a>
<a href="{{.Book.SourceURL}}" target="_blank">&raquo;</a>
<ul>
{{.Highlights}}
Expand Down

0 comments on commit eb0f31a

Please sign in to comment.