diff options
author | HombreLaser <sebastian-440@live.com> | 2023-09-12 15:45:48 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-09-12 15:45:48 -0600 |
commit | 55a932e99a77df322fa872bebab80ecef7c989c4 (patch) | |
tree | 59d436ee8d6abe2ee43cd880c35014211df97080 | |
parent | 4548cf23df2b93848ebd3de80d020a89c458141b (diff) |
Add what else to read section
-rw-r--r-- | _includes/sidebar.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/_includes/sidebar.html b/_includes/sidebar.html index cdf6ab4..004a349 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -1,5 +1,11 @@ <div class="sidebar well"> - <h1>{{ site.description }}</h1> + <h1>{% t global.what_else_to_read %}</h1> + <ul> + <li><a href="https://yosoyira.medium.com/">Iranzo_Arte</a></li> + <li><a href="https://kimimithegameeatingshemonster.com/">Kimimi the game-eating she monster</a></li> + <li><a href="https://ephemeralenigmascom.wordpress.com/">Ephemeral Enigmas</a></li> + <li><a href="https://www.badgamehalloffame.com/">Bad Game Hall of Fame</a></li> + </ul> </div> <div class="sidebar well"> |