remove the extra calendar emoji. Too much clutter.

This commit is contained in:
Greg Gauthier 2021-04-11 23:21:04 +01:00
parent f5689354b7
commit f961a1529b
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
<time> {{ with .Site.Params.dateFormat }}{{ $.Date.Format . }}{{ else }}{{ .Date.Format "02 Jan 2006, 15:04 BST" }}{{ end }}</time>
</div>
<div style="float:right; font-size:small; font-weight: normal;">
<i class="fa fa-calendar fa-fw"></i>
<time><em>Updated: {{ .Lastmod.Format "02 Jan 2006, 15:04" }} </em></time>
</div>
<br/>