From 18551296b00c35b4f096d943eb9798f9a031050e Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Sat, 25 Feb 2023 13:43:31 +1100 Subject: [PATCH] Fix checkin layout --- app/templates/shared/_post.html.slim | 2 -- app/templates/shared/_swarm.html.slim | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 app/templates/shared/_swarm.html.slim diff --git a/app/templates/shared/_post.html.slim b/app/templates/shared/_post.html.slim index 3b0b5e4..4ab9747 100644 --- a/app/templates/shared/_post.html.slim +++ b/app/templates/shared/_post.html.slim @@ -4,8 +4,6 @@ div class="mb-8 h-entry" = post.display_title div class="e-content p-name text-base prose prose-ul:list-none prose-ul:pl-0 prose-li:pl-0 text-gray-800 dark:text-gray-200 prose-a:dark:text-gray-100" == post.excerpt - -if post.location - img class="rounded" src=post.small_map == render :tags, tags: post.tags p class="text-sm text-blue-400" diff --git a/app/templates/shared/_swarm.html.slim b/app/templates/shared/_swarm.html.slim new file mode 100644 index 0000000..75c195b --- /dev/null +++ b/app/templates/shared/_swarm.html.slim @@ -0,0 +1 @@ +