Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
laurakalbag-dot-com
laurakalbag-dot-com
Commits
916a71eb
Commit
916a71eb
authored
Feb 14, 2019
by
Laura Kalbag
⚡
Browse files
Break number of date away from rest of date. Remove th in date
parent
74f29623
Changes
1
Hide whitespace changes
Inline
Side-by-side
layouts/partials/summary.html
View file @
916a71eb
{{ if ne .Type "notes" -}}
<div
class=
"entry-meta"
>
<p><time
datetime=
"{{ .Date.Format "
2006
-01-02T15:04:05Z07:00
"
}}"
>
{{- .Date.Format "2"
| humanize }}
{{ .Date.Format "January, 2006" -}}
<span
class=
"number"
>
{{- .Date.Format "2"
}}
</span>
{{ .Date.Format "January, 2006" -}}
</time>
</p>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment