book-review-library icon indicating copy to clipboard operation
book-review-library copied to clipboard

Title-only list

Open jazzsequence opened this issue 9 years ago • 0 comments

Display a list of books and authors in an unordered list with only their titles. e.g.

<ul class="book-reviews">
     <li><a href="#">Book 1</a> by <a href="#">Author Name</a></li>
     <li><a href="#">Book 2</a> by <a href="#">Author Name</a></li>
     <li><a href="#">Book 3</a> by <a href="#">Author Name</a></li>
</ul>

jazzsequence avatar Feb 08 '16 15:02 jazzsequence