This repository has been archived on 2023-02-05. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
sakura-hugo-theme/layouts/partials/time.html

1 line
171 B
HTML

<time datetime="{{ partial "datestamp.html" .Date }}">{{ .Date.Format "2006/01/02" }} {{ if ne (.Date.Format "15:04") "00:00" }}{{ .Date.Format "15:04" }}{{ end }}</time>