diff options
-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"> |