File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1- < div class ="text-muted mt-5 pt-3 border-top ">
2- {{ if and (.GitInfo) (.Site.Params.github_repo) }}
3- {{ T "post_last_mod"}}
4- {{ .Lastmod.Format .Site.Params.time_format_default }}
5- {{ with .GitInfo }}: < a href ="{{ $.Site.Params.github_repo }}/commit/{{ .Hash }} "> {{ .Subject }} ({{ .AbbreviatedHash }})</ a > {{ end }}
6- {{ end }}
1+ {{ if and .GitInfo .Site.Params.github_repo -}}
2+ < div class ="td-page-meta__lastmod ">
3+ {{ T "post_last_mod" }} {{ .Lastmod.Format .Site.Params.time_format_default -}}
4+ {{ with .GitInfo }}: {{/* Trim WS */ -}}
5+ < a data-proofer-ignore href ="{{ $.Site.Params.github_repo }}/commit/{{ .Hash }} ">
6+ {{- .Subject }} ({{ .AbbreviatedHash }}) {{- /* Trim WS */ -}}
7+ </ a >
8+ {{- end }}
79</ div >
10+ {{ end -}}
You can’t perform that action at this time.
0 commit comments