date format comma position
This commit is contained in:
parent
53e1b41e9f
commit
0f180624fe
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ Tags: citation_keywords (semicolon-separated)
|
|||
<meta name = "citation_title" content = "{{ .Page.Title }}"/>
|
||||
<!-- DATE if available // Date: citation_date (preferred) -->
|
||||
{{ with .Page.Params.publishDate }}
|
||||
{{ $d:= .Format "Jan, 2 2006" }} <!-- default date format doesn't seem to work-->
|
||||
{{ $d:= .Format "Jan 2, 2006" }} <!-- default date format doesn't seem to work-->
|
||||
<meta name = "citation_date" content = "{{ $d }}"/>
|
||||
{{ end }}
|
||||
<!-- ABSTRACT -->
|
||||
|
|
Loading…
Add table
Reference in a new issue