summaryrefslogtreecommitdiffstats
path: root/themes/problematic/layouts/_default/li.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/problematic/layouts/_default/li.html')
-rw-r--r--themes/problematic/layouts/_default/li.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/problematic/layouts/_default/li.html b/themes/problematic/layouts/_default/li.html
index 846ff3f..d0217b9 100644
--- a/themes/problematic/layouts/_default/li.html
+++ b/themes/problematic/layouts/_default/li.html
@@ -1,6 +1,6 @@
<li>
<a href="{{ .Permalink }}">
{{ .Title }}
- <small>(<time>{{ .Date.Format "2 January 2006" }}</time>)</small>
+ (<time>{{ .Date.Format "2 January 2006" }}</time>)
</a>
</li>