tone down the font weights. It was right the first time.

This commit is contained in:
Greg Gauthier 2021-04-11 23:19:12 +01:00
parent 535a069386
commit f5689354b7
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
<div class="post-meta">
<span>
<div style="float:left; font-size:medium; font-weight: bold;">
<div style="float:left; font-size:medium; font-weight:normal;">
<i class="fa fa-calendar fa-fw"></i>
<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:x-small; font-weight: bold;">
<div style="float:right; font-size:small; font-weight: normal;">
<i class="fa fa-calendar fa-fw"></i>
<time>Updated: {{ .Lastmod.Format "02 Jan 2006, 15:04" }} </time>
<time><em>Updated: {{ .Lastmod.Format "02 Jan 2006, 15:04" }} </em></time>
</div>
<br/>
</span>