mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 23:00:28 -04:00
Add blog post for Public Domain Day 2025
This commit is contained in:
parent
8908c0a268
commit
b536ebdaee
8 changed files with 280 additions and 28 deletions
12
www/blog/index.php
Normal file
12
www/blog/index.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?= Template::Header(['title' => 'Blog', 'highlight' => '', 'description' => 'The Standard Ebooks blog.']) ?>
|
||||
<main>
|
||||
<section class="narrow">
|
||||
<h1>Blog</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/blog/public-domain-day-2025">Public Domain Day 2025</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</main>
|
||||
<?= Template::Footer() ?>
|
Loading…
Add table
Add a link
Reference in a new issue