forked from planex/defiance
minor font fixes
This commit is contained in:
parent
05caa58505
commit
6dba674704
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{{ if .PublishDate }}
|
||||
{{ $dateTime := .PublishDate.Format "2006-01-02" }}
|
||||
{{ $dateFormat := .Site.Params.dateFormat | default "Jan 2, 2006" }}
|
||||
<time datetime="{{ $dateTime }}">{{ .PublishDate.Format $dateFormat }}</time>
|
||||
<p><time datetime="{{ $dateTime }}">{{ .PublishDate.Format $dateFormat }}</time></p>
|
||||
{{ end }}
|
||||
{{ with .Params.tags }}
|
||||
{{ range . }}
|
||||
|
|
|
@ -173,7 +173,7 @@ footer {
|
|||
font-family: 'Remingtoned Type';
|
||||
}
|
||||
|
||||
p, h4, h5 {
|
||||
p, h4, h5, tr, td {
|
||||
font-family: 'Liberation Sans';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue