From 2cd2b89be4b771165db290a4f48c44ed8adf0d92 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 14 Oct 2022 14:28:34 -0700 Subject: [PATCH] Create a content template for blog post
  • items that use CSS grid --- layouts/_default/li_grid_with_date.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 layouts/_default/li_grid_with_date.html diff --git a/layouts/_default/li_grid_with_date.html b/layouts/_default/li_grid_with_date.html new file mode 100644 index 0000000..3d9f17d --- /dev/null +++ b/layouts/_default/li_grid_with_date.html @@ -0,0 +1,8 @@ +
  • + + +
    + {{ .Title }} + {{ partial "development/draft_tag.html" . }} +
    +