gutenbergsite/_includes/latest_books_template.html

11 lines
410 B
HTML

<!-- Latest Books -->
<div class="library" style="overflow-x: auto; position: relative;">
<div class="box_shadow" style="min-width: 1260px;">
<div class="lib latest no-select">
{% include latest_covers.html %}
</div>
<p><i>Some of our latest eBooks</i> <a href="https://dev.gutenberg.org/browse/recent/last1">Click Here for more latest books!</a></p>
</div>
</div>
<!-- ending latest books -->