diff options
author | HombreLaser <buran@silosneeded.com> | 2024-05-05 19:51:24 -0600 |
---|---|---|
committer | HombreLaser <buran@silosneeded.com> | 2024-05-05 19:51:24 -0600 |
commit | 30c268fdabca62c7c4df6e8db7426666fc2be66a (patch) | |
tree | 8042bfd5d1ebee1ef492b9f1f8cac0e1c4c22438 /_includes/sidebar.html | |
parent | bf2c057eece0e777036110526eb488b364dff108 (diff) |
Change interface
Diffstat (limited to '_includes/sidebar.html')
-rw-r--r-- | _includes/sidebar.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/_includes/sidebar.html b/_includes/sidebar.html deleted file mode 100644 index 004a349..0000000 --- a/_includes/sidebar.html +++ /dev/null @@ -1,22 +0,0 @@ -<div class="sidebar well"> - <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"> - <h1>{% t global.recent_posts %} </h1> - <ul> - {% for post in site.posts limit:5 %} - <li><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li> - {% endfor %} - </ul> -</div> - -<div class="sidebar well"> -{% include links-list.html %} -</div> |