Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
cp "./_includes/latest_covers_test.html" "./_includes/latest_covers.html"
cp "./_includes/latest_covers_test.html" "./_includes/popular_covers.html"
cp "./_includes/latest_covers_test.html" "./_includes/random_covers.html"

- name: Install Jekyll
run: |
Expand Down
18 changes: 18 additions & 0 deletions site/ebooks/bookshelf/random.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: default
title: Random Bookshelf Test | Project Gutenberg
permalink: /ebooks/bookshelf/random
---

Random Bookshelf Test
==================================================

<!-- Random Selection -->
<div class="library">
<div class="box_shadow">
<p><span class="label">Random</span> <a href="/ebooks/search/?sort_order=random" id="more_random" title="Find more random books">find more</a></p>
<div class="lib latest no-select">
{% include random_covers.html %}
</div>
</div>
</div>
Loading