Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/li.html')
-rw-r--r--layouts/partials/li.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/li.html b/layouts/partials/li.html
index 5f46b0e..12ea89a 100644
--- a/layouts/partials/li.html
+++ b/layouts/partials/li.html
@@ -1,3 +1,3 @@
<li class="post-item">
- <span class="h4"><a href="{{ .Permalink }}">{{ .Title }}</a></span> - <span>{{ .Date.Format .Site.Params.dateform }}</span>
+ <span><a href="{{ .Permalink }}">{{ .Title }}</a></span> - <span>{{ .Date.Format .Site.Params.dateform }}</span>
</li> \ No newline at end of file