diff --git a/README.md b/README.md
index da12494..cfc1f79 100644
--- a/README.md
+++ b/README.md
@@ -39,14 +39,15 @@ PaPy can do what most other static site generators can do.
## Themes
- Some example themes are included. The layouts can be remixed to taste - see the example themes for how to do this.
+ Some example themes are included. The layouts can be remixed to taste -- see the example themes for how to do this.
- **basic**: A basic theme with all posts displayed as a list on the main index page (newest first).
- **cards**: Same as basic, with all main index posts laid out as "cards" or "blocks (in `<div>` instead of `<ul>`).
- **long**: Same as basic, with all main index posts appearing in "long" format on the front page, i.e., the full body of each post is shown.
- **cybr**: My theme, as used on https://cybrkyd.com
+ | Theme | Description |
+ | -------- | ------- |
+ | **basic** | A basic theme with all posts displayed as a list on the main index page (newest first) |
+ | **cards** | Same as basic, with all main index posts laid out as "cards" or "blocks (in `<div>` instead of `<ul>`) |
+ | **long** | Same as basic, with all main index posts appearing in "long" format on the front page, i.e., the full body of each post is shown |
+ | **cybr** | My theme, as used on [https://cybrkyd.com](https://cybrkyd.com) |
- The layouts can be remixed to taste -- see the example themes for how to do this.
## Licence