From f9b4488920e11caa8bbc8b3b7b1aa273cfc7ab66 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 13 Mar 2023 16:21:44 -0700 Subject: [PATCH] tag display on mobile --- src/_includes/post.liquid | 4 ++-- src/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/_includes/post.liquid b/src/_includes/post.liquid index 5423f74f..69d8749d 100644 --- a/src/_includes/post.liquid +++ b/src/_includes/post.liquid @@ -5,9 +5,9 @@ layout: main {% include "header.liquid" %}

{{title}}

-
+
{{ date | date: "%m.%d.%Y" }} - + {% for tag in tags %} {% if tag != "posts" %} diff --git a/src/index.html b/src/index.html index f19fd6bf..513e0427 100644 --- a/src/index.html +++ b/src/index.html @@ -18,9 +18,9 @@ templateEngineOverride: liquid,md {{ post.data.title }} -
+
{{ post.date | date: "%m.%d.%Y" }} - + {% for tag in post.data.tags %} {% if tag != "posts" %}