From 4ff77035f6d1a43423fa546179be3ced28f0e464 Mon Sep 17 00:00:00 2001
From: Gabriel Monteiro Nepomuceno <gabriel.bico@gmail.com>
Date: Wed, 16 Jan 2019 15:16:24 +0000
Subject: [PATCH] Easy customize (#138)

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

diff --git a/layouts/posts/li.html b/layouts/posts/li.html
index 612424e..28bb0c3 100644
--- a/layouts/posts/li.html
+++ b/layouts/posts/li.html
@@ -1,4 +1,4 @@
 <li>
-  <span>{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}</span>
-  <a href="{{ .URL }}">{{ .Title }}</a>
+  <span class="date">{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}</span>
+  <a class="title" href="{{ .URL }}">{{ .Title }}</a>
 </li>

--
Gitblit v1.10.0