From 15c31f2660c8b75fa6119e833fe261ca6f8df5d6 Mon Sep 17 00:00:00 2001
From: alexanderdavide <alexeble1998@gmail.com>
Date: Fri, 11 Feb 2022 21:32:01 +0000
Subject: [PATCH] refactor: post__footer BEM

---
 layouts/index.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/layouts/index.html b/layouts/index.html
index 7c26c83..997effd 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -84,9 +84,9 @@
 
 
         <!--  -->
-        <div class="post-footer">
+        <div class="post__footer">
           <em class="fas fa-calendar-day"></em>
-          <span class="post-footer__date"
+          <span class="post__footer-date"
             >{{ if isset .Site.Params "indexdateformat" }}
               {{ .Date.Format .Site.Params.indexDateFormat }}
 

--
Gitblit v1.10.0